characteristic property

BluetoothCharacteristic characteristic
@$pb.TagNumber(2)

Implementation

@$pb.TagNumber(2)
BluetoothCharacteristic get characteristic => $_getN(1);
void characteristic= (BluetoothCharacteristic v)
@$pb.TagNumber(2)

Implementation

@$pb.TagNumber(2)
set characteristic(BluetoothCharacteristic v) {
  setField(2, v);
}