description property
The description is a field that helps to remember the purpose of the user.
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set description($core.String value) => $_setString(1, value);