UserState$json top-level constant

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

Implementation

@$core.Deprecated('Use userStateDescriptor instead')
const UserState$json = {
  '1': 'UserState',
  '2': [
    {'1': 'USER_STATE_UNSPECIFIED', '2': 0},
    {'1': 'USER_STATE_ACTIVE', '2': 1},
    {'1': 'USER_STATE_INACTIVE', '2': 2},
    {'1': 'USER_STATE_DELETED', '2': 3},
    {'1': 'USER_STATE_LOCKED', '2': 4},
    {'1': 'USER_STATE_INITIAL', '2': 5},
  ],
};