editionIntroduced property
The edition that this feature was first available in. In editions earlier than this one, the default assigned to EDITION_LEGACY will be used, and proto files will not be able to override it.
Implementation
@$pb.TagNumber(1)
Edition get editionIntroduced => $_getN(0);
Implementation
@$pb.TagNumber(1)
set editionIntroduced(Edition value) => $_setField(1, value);