unit property

  1. @TagNumber(5)
String unit

Implementation

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

Implementation

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