Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 2, 2024
1 parent 0493071 commit 8c2601d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ class MethodGeneration extends Generation<Method> {
const Code('_currentMessages.generateStringAtIndex(val.index, args)')
..lambda = true
..returns = const Reference('String'));
//Message Function(num, {Message? few, String? locale, Message? many, Map<int, Message>? numberCases, required Message other, Map<int, Message>? wordCases}) intl
// Message Function(num,
// {Message? few,
// String? locale,
// Message? many,
// Map<int, Message>? numberCases,
// required Message other,
// Map<int, Message>? wordCases}) intl;
Method pluralSelector() => Method(
(mb) => mb
..name = 'pluralSelector'
Expand Down

0 comments on commit 8c2601d

Please sign in to comment.