menu
args_simple package
documentation
args_simple_io.dart
ArgsSimple
putProperty method
putProperty method
dark_mode
light_mode
putProperty
method
void
putProperty
(
String
key
,
Object
value
)
Implementation
void putProperty(String key, Object value) => _properties[normalizeKey(key)] = value;
args_simple package
documentation
args_simple_io
ArgsSimple
putProperty method
ArgsSimple class