BmDevicesList constructor

BmDevicesList({
  1. required List<BmBluetoothDevice> devices,
})

Implementation

BmDevicesList({required this.devices});