menu
bluetooth_connect package
documentation
models/bluetooth_device.dart
BluetoothDevice
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'id': id, 'name': name, 'rssi': rssi, }; }
bluetooth_connect package
documentation
models/bluetooth_device
BluetoothDevice
toMap method
BluetoothDevice class