characteristicUuid property

  1. @TagNumber(4)
String characteristicUuid

Implementation

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

Implementation

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