RolePermissionList$json top-level constant

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

Implementation

@$core.Deprecated('Use rolePermissionListDescriptor instead')
const RolePermissionList$json = {
  '1': 'RolePermissionList',
  '2': [
    {'1': 'Role', '3': 1, '4': 1, '5': 11, '6': '.Role', '10': 'Role'},
    {
      '1': 'Permissions',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.RolePermission',
      '10': 'Permissions'
    },
  ],
};