characteristicUuid property

String characteristicUuid
@$pb.TagNumber(4)

Implementation

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

Implementation

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