syntax property

  1. @TagNumber(12)
String get syntax

The syntax of the proto file. The supported values are "proto2", "proto3", and "editions".

If edition is present, this value must be "editions".

Implementation

@$pb.TagNumber(12)
$core.String get syntax => $_getSZ(11);
  1. @TagNumber(12)
set syntax (String v)

Implementation

@$pb.TagNumber(12)
set syntax($core.String v) { $_setString(11, v); }