unit property

  1. @TagNumber(9)
String get unit

Implementation

@$pb.TagNumber(9)
$core.String get unit => $_getSZ(7);
  1. @TagNumber(9)
set unit (String v)

Implementation

@$pb.TagNumber(9)
set unit($core.String v) {
  $_setString(7, v);
}