URLValidation$json top-level constant

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

Implementation

@$core.Deprecated('Use uRLValidationDescriptor instead')
const URLValidation$json = {
  '1': 'URLValidation',
  '2': [
    {'1': 'URL_VALIDATION_UNSPECIFIED', '2': 0},
    {'1': 'URL_VALIDATION_EXACT_MATCH', '2': 1},
    {'1': 'URL_VALIDATION_ALLOW_WILDCARDS', '2': 2},
  ],
};