ViewerMetadata_RowError$json top-level constant

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

Implementation

@$core.Deprecated('Use viewerMetadataDescriptor instead')
const ViewerMetadata_RowError$json = const {
  '1': 'RowError',
  '2': const [
    const {'1': 'partition', '3': 1, '4': 1, '5': 9, '10': 'partition'},
    const {'1': 'row', '3': 2, '4': 1, '5': 9, '10': 'row'},
    const {'1': 'follows', '3': 3, '4': 1, '5': 5, '10': 'follows'},
    const {'1': 'data', '3': 4, '4': 1, '5': 12, '10': 'data'},
    const {'1': 'error', '3': 5, '4': 1, '5': 9, '10': 'error'},
  ],
};