Access$json top-level constant

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

Implementation

@$core.Deprecated('Use accessDescriptor instead')
const Access$json = const {
  '1': 'Access',
  '2': const [
    const {'1': 'AllowViewer', '3': 1, '4': 1, '5': 8, '10': 'AllowViewer'},
    const {'1': 'AllowEditor', '3': 2, '4': 1, '5': 8, '10': 'AllowEditor'},
    const {'1': 'AllowEmptyNamespace', '3': 3, '4': 1, '5': 8, '10': 'AllowEmptyNamespace'},
    const {'1': 'AllowDashboard', '3': 4, '4': 1, '5': 8, '10': 'AllowDashboard'},
    const {'1': 'method', '3': 5, '4': 1, '5': 9, '10': 'method'},
    const {'1': 'disable_auth', '3': 6, '4': 1, '5': 8, '10': 'disableAuth'},
    const {'1': 'AllowPublicApiAccess', '3': 7, '4': 1, '5': 8, '10': 'AllowPublicApiAccess'},
    const {'1': 'AllowAdminApiAccess', '3': 8, '4': 1, '5': 8, '10': 'AllowAdminApiAccess'},
  ],
};