menu
objd package
documentation
core.dart
CommandList<T>
toMap method
toMap method
dark_mode
light_mode
toMap
method
@
override
Map
toMap
(
)
override
Implementation
@override Map toMap() { return {'commands': _commands.map((x) => x.toMap())}; }
objd package
documentation
core
CommandList<T>
toMap method
CommandList class