BluetoothDevice constructor

const BluetoothDevice({
  1. required String mac,
  2. required String? name,
})

Implementation

const BluetoothDevice({required this.mac, required this.name});