BluetoothDeviceModel constructor

const BluetoothDeviceModel({
  1. required String name,
  2. required String identifier,
})

Implementation

const BluetoothDeviceModel({required this.name, required this.identifier});