characteristicUuid property

  1. @TagNumber(5)
String characteristicUuid

Implementation

@$pb.TagNumber(5)
$core.String get characteristicUuid => $_getSZ(4);
  1. @TagNumber(5)
void characteristicUuid=(String v)

Implementation

@$pb.TagNumber(5)
set characteristicUuid($core.String v) {
  $_setString(4, v);
}