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