syntax property
The source syntax of this method.
This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
$0.Syntax get syntax => $_getN(6);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
set syntax($0.Syntax value) => $_setField(7, value);