ArchiveInit$json top-level constant

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

Implementation

@$core.Deprecated('Use archiveInitDescriptor instead')
const ArchiveInit$json = const {
  '1': 'ArchiveInit',
  '2': const [
    const {
      '1': 'node_max_memory_size_bytes',
      '3': 1,
      '4': 1,
      '5': 13,
      '10': 'nodeMaxMemorySizeBytes'
    },
    const {
      '1': 'max_message_size_bytes',
      '3': 2,
      '4': 1,
      '5': 13,
      '10': 'maxMessageSizeBytes'
    },
  ],
};