description property
Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set description($core.String value) => $_setString(1, value);