description property
- @TagNumber(8)
A short description of the item that explains its purpose
Implementation
@$pb.TagNumber(8)
$core.String get description => $_getSZ(7);
- @TagNumber(8)
Implementation
@$pb.TagNumber(8)
set description($core.String v) { $_setString(7, v); }