characteristic property
BluetoothCharacteristic
get
characteristic
the relevant characteristic
Implementation
BluetoothCharacteristic get characteristic => BluetoothCharacteristic(
remoteId: _response.remoteId,
primaryServiceUuid: _response.primaryServiceUuid,
characteristicUuid: _response.characteristicUuid,
instanceId: _response.instanceId,
serviceUuid: _response.serviceUuid);