edition property

  1. @TagNumber.new(7)
String get edition

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

Implementation

@$pb.TagNumber(7)
$core.String get edition => $_getSZ(6);
  1. @TagNumber.new(7)
set edition (String v)

Implementation

@$pb.TagNumber(7)
set edition($core.String v) {
  $_setString(6, v);
}