RolePermission$json top-level constant

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

Implementation

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