characteristic property

  1. @TagNumber(2)
BluetoothCharacteristic get characteristic

Implementation

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

Implementation

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