BleException constructor

const BleException(
  1. String message, [
  2. String? deviceAddress
])

Implementation

const BleException(this.message, [this.deviceAddress]);