BluetoothDevice.fromMap constructor
BluetoothDevice.fromMap(
- Map map
Implementation
factory BluetoothDevice.fromMap(Map map) {
return BluetoothDevice(
map['name'],
map['address'],
type: map['type'],
);
}