edition property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? edition
getter/setter pair

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? edition;