ExtensionRangeOptions_VerificationState$json top-level constant

  1. @Deprecated('Use extensionRangeOptionsDescriptor instead')
Map<String, Object> const ExtensionRangeOptions_VerificationState$json

Implementation

@$core.Deprecated('Use extensionRangeOptionsDescriptor instead')
const ExtensionRangeOptions_VerificationState$json = {
  '1': 'VerificationState',
  '2': [
    {'1': 'DECLARATION', '2': 0},
    {'1': 'UNVERIFIED', '2': 1},
  ],
};