maximumEdition property
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);
Implementation
@$pb.TagNumber(5)
set maximumEdition(Edition v) { setField(5, v); }