edition property

  1. @TagNumber.new(14)
Edition get edition

The edition of the proto file. WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language.

Implementation

@$pb.TagNumber(14)
Edition get edition => $_getN(12);
  1. @TagNumber.new(14)
set edition (Edition value)

Implementation

@$pb.TagNumber(14)
set edition(Edition value) => $_setField(14, value);