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