BluetoothDevice.fromMap constructor

BluetoothDevice.fromMap(
  1. Map map
)

Implementation

BluetoothDevice.fromMap(Map map)
    : name = map['name'],
      address = map['address'];