verification property

  1. @TagNumber(3)
ExtensionRangeOptions_VerificationState verification

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);
  1. @TagNumber(3)
void verification=(ExtensionRangeOptions_VerificationState v)

Implementation

@$pb.TagNumber(3)
set verification(ExtensionRangeOptions_VerificationState v) { setField(3, v); }