USER_TYPE$json top-level constant

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

Implementation

@$core.Deprecated('Use uSER_TYPEDescriptor instead')
const USER_TYPE$json = {
  '1': 'USER_TYPE',
  '2': [
    {'1': 'USER_TYPE_ANY_UNSPECIFIED', '2': 0},
    {'1': 'USER_TYPE_EMPLOYEE', '2': 1},
    {'1': 'USER_TYPE_CLIENT', '2': 2},
    {'1': 'USER_TYPE_VENDOR', '2': 3},
  ],
};