menu
blue_thermal_mais package
documentation
models/bluetooth_device_model.dart
BluetoothDeviceModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return {'name': name, 'address': address}; }
blue_thermal_mais package
documentation
models/bluetooth_device_model
BluetoothDeviceModel
toMap method
BluetoothDeviceModel class