UserStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use userStatusDescriptor instead')
const UserStatus$json = {
  '1': 'UserStatus',
  '2': [
    {'1': 'STATUS_UNSPECIFIED', '2': 0},
    {'1': 'VERIFYING_OTP', '2': 1},
    {'1': 'VERIFYING_KYC', '2': 2},
    {'1': 'VAULT_CREATING', '2': 3},
    {'1': 'PENDING', '2': 4},
    {'1': 'ACTIVED', '2': 5},
    {'1': 'BANNED', '2': 6},
  ],
};