AuthError_ErrorType$json top-level constant

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

Implementation

@$core.Deprecated('Use authErrorDescriptor instead')
const AuthError_ErrorType$json = const {
  '1': 'ErrorType',
  '2': const [
    const {'1': 'INTERNAL_ERROR', '2': 0},
    const {'1': 'NO_TLS', '2': 1},
  ],
};