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