unit property

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

Implementation

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

Implementation

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