UserDataType$json top-level constant

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

Implementation

@$core.Deprecated('Use userDataTypeDescriptor instead')
const UserDataType$json = {
  '1': 'UserDataType',
  '2': [
    {'1': 'USER_DATA_TYPE_NONE', '2': 0},
    {'1': 'USER_DATA_TYPE_PFP', '2': 1},
    {'1': 'USER_DATA_TYPE_DISPLAY', '2': 2},
    {'1': 'USER_DATA_TYPE_BIO', '2': 3},
    {'1': 'USER_DATA_TYPE_URL', '2': 5},
    {'1': 'USER_DATA_TYPE_USERNAME', '2': 6},
  ],
};