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