unit property

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

The units in which the metric value is reported.

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);