VerificationType$json top-level constant

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

Implementation

@$core.Deprecated('Use verificationTypeDescriptor instead')
const VerificationType$json = const {
  '1': 'VerificationType',
  '2': const [
    const {'1': 'INVALID_VERIFICATION_TYPE', '2': 0},
    const {'1': 'VERIFICATION_TYPE_EMAIL', '2': 1},
    const {'1': 'VERIFICATION_TYPE_TEXT', '2': 2},
    const {'1': 'VERIFICATION_TYPE_RESET_PASSWORD', '2': 3},
  ],
};