maximumEdition property

  1. @TagNumber(5)
Edition maximumEdition

The maximum known edition (inclusive) when this was constructed. Editions after this will not have reliable defaults.

Implementation

@$pb.TagNumber(5)
Edition get maximumEdition => $_getN(2);
  1. @TagNumber(5)
void maximumEdition=(Edition v)

Implementation

@$pb.TagNumber(5)
set maximumEdition(Edition v) { setField(5, v); }