BluetoothState constructor

BluetoothState({
  1. required bool isEnabled,
  2. required String status,
})

Implementation

BluetoothState({required this.isEnabled, required this.status});