Skip to content

Commit 0fc370b

Browse files
committed
Remove stal type annotation
1 parent 7baecf0 commit 0fc370b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/annotations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Rest extends Positional {
100100
/// Whether at least one rest argument is required.
101101
final bool required;
102102

103-
const Rest({String valueHelp, String help, parser(String arg), allowed, this.required: false})
103+
const Rest({String valueHelp, help, parser(String arg), allowed, this.required: false})
104104
: super(valueHelp: valueHelp, parser: parser, help: help, allowed: allowed);
105105
}
106106

0 commit comments

Comments
 (0)