verification property
The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED.
Implementation
@$pb.TagNumber(3)
ExtensionRangeOptions_VerificationState get verification => $_getN(1);
Implementation
@$pb.TagNumber(3)
set verification(ExtensionRangeOptions_VerificationState v) { setField(3, v); }