menu
classic_bluetooth_flutter package
documentation
bluetooth-classic-package.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, }; }
classic_bluetooth_flutter package
documentation
bluetooth-classic-package
BluetoothDevice
toMap method
BluetoothDevice class