Permission$json top-level constant

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

Implementation

@$core.Deprecated('Use permissionDescriptor instead')
const Permission$json = {
  '1': 'Permission',
  '2': [
    {'1': 'resources', '3': 1, '4': 3, '5': 9, '10': 'resources'},
    {'1': 'allowed_methods', '3': 2, '4': 3, '5': 9, '10': 'allowedMethods'},
  ],
};