syntax property
The syntax of the proto file. The supported values are "proto2" and "proto3".
Implementation
@$pb.TagNumber(12)
$core.String get syntax => $_getSZ(11);
Implementation
@$pb.TagNumber(12)
set syntax($core.String v) { $_setString(11, v); }