description property
/ Description of the instrument.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String v) { $_setString(2, v); }
/ Description of the instrument.
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
@$pb.TagNumber(3)
set description($core.String v) { $_setString(2, v); }