unit property

  1. @TagNumber(9)
String unit

Implementation

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

Implementation

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