menu
args_simple package
documentation
args_simple_io.dart
ArgsSimple
argumentAsSet method
argumentAsSet method
dark_mode
light_mode
argumentAsSet
method
Set
?
argumentAsSet
(
int
index
, [
Set
?
def
])
Implementation
Set? argumentAsSet(int index, [Set? def]) => argument<Set>(index, def, TypeParser.parseSet);
args_simple package
documentation
args_simple_io
ArgsSimple
argumentAsSet method
ArgsSimple class