minimumEdition property
The minimum supported edition (inclusive) when this was constructed. Editions before this will not have defaults.
Implementation
@$pb.TagNumber(4)
Edition get minimumEdition => $_getN(1);
Implementation
@$pb.TagNumber(4)
set minimumEdition(Edition v) { setField(4, v); }