BluetoothState.fromMap constructor
BluetoothState.fromMap(
- dynamic map
Implementation
factory BluetoothState.fromMap(dynamic map) {
return BluetoothState(
isEnabled: map['isEnabled'],
status: map['status'],
);
}