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