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