syntax property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
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. Possible string values are:
- "SYNTAX_PROTO2" : Syntax
proto2
. - "SYNTAX_PROTO3" : Syntax
proto3
. - "SYNTAX_EDITIONS" : Syntax
editions
.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? syntax;