menu
args_simple package
documentation
args_simple_io.dart
ArgsSimple
propertyAsInt method
propertyAsInt method
dark_mode
light_mode
propertyAsInt
method
int
?
propertyAsInt
(
String
key
, [
int
?
def
])
Implementation
int? propertyAsInt(String key, [int? def]) => property<int>(key, def, TypeParser.parseInt);
args_simple package
documentation
args_simple_io
ArgsSimple
propertyAsInt method
ArgsSimple class