UserRole$json top-level constant

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

Implementation

@$core.Deprecated('Use userRoleDescriptor instead')
const UserRole$json = {
  '1': 'UserRole',
  '2': [
    {'1': 'ROLE_UNSPECIFIED', '2': 0},
    {'1': 'SYSTEM', '2': 1},
    {'1': 'MANAGER', '2': 2},
    {'1': 'ORDER', '2': 3},
    {'1': 'LIQUIDITY', '2': 4},
  ],
};