menu
objd package
documentation
core.dart
Command
toMap method
toMap method
dark_mode
light_mode
toMap
method
@
override
Map
<
String
,
String
>
toMap
(
)
override
Implementation
@override Map<String, String> toMap() { return {'command': _command}; }
objd package
documentation
core
Command
toMap method
Command class