menu
another_brother package
documentation
printer_info.dart
Msg
fromMap static method
fromMap static method
dark_mode
light_mode
fromMap
static method
Msg
fromMap
(
Map
map
)
Implementation
static Msg fromMap(Map<dynamic, dynamic> map) { int id = map["id"]; return Msg.valueFromID(id); }
another_brother package
documentation
printer_info
Msg
fromMap static method
Msg class