BleScanState constructor

const BleScanState({
  1. required BleScanStatus status,
  2. required List<BleScanResult> devices,
  3. String? error,
})

Implementation

const BleScanState({required this.status, required this.devices, this.error});