unit property

  1. @TagNumber.new(5)
String get unit

The limit unit of the limit to which this override applies.

An example unit would be: 1/{project}/{region} Note that {project} and {region} are not placeholders in this example; the literal characters { and } occur in the string.

Implementation

@$pb.TagNumber(5)
$core.String get unit => $_getSZ(4);
  1. @TagNumber.new(5)
set unit (String value)

Implementation

@$pb.TagNumber(5)
set unit($core.String value) => $_setString(4, value);