description property
Optionally, provide a new description of the group that could help others identify its purpose. If omitted, the description will be unchanged.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String value) => $_setString(2, value);