BluetoothSignal constructor

const BluetoothSignal({
  1. required int strength,
  2. Key? key,
})

Implementation

const BluetoothSignal({required this.strength, super.key});