characteristicUuid property

String characteristicUuid
@$pb.TagNumber(5)

Implementation

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

Implementation

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