minimumEdition property

  1. @TagNumber(4)
Edition minimumEdition

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);
  1. @TagNumber(4)
void minimumEdition=(Edition v)

Implementation

@$pb.TagNumber(4)
set minimumEdition(Edition v) { setField(4, v); }