menu
flutter_bluetooth_classic_serial package
documentation
flutter_bluetooth_classic.dart
BluetoothDevice
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'name': name, 'address': address, 'paired': paired, }; }
flutter_bluetooth_classic_serial package
documentation
flutter_bluetooth_classic
BluetoothDevice
toMap method
BluetoothDevice class