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': 'OnlyOwner', '3': 1, '4': 1, '5': 8, '10': 'OnlyOwner'},
    const {'1': 'AllowViewer', '3': 2, '4': 1, '5': 8, '10': 'AllowViewer'},
    const {'1': 'AllowEditor', '3': 3, '4': 1, '5': 8, '10': 'AllowEditor'},
  ],
};