ListDocumentsResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listDocumentsResponseDescriptor instead')
const ListDocumentsResponse$json = const {
  '1': 'ListDocumentsResponse',
  '2': const [
    const {'1': 'documents', '3': 1, '4': 3, '5': 11, '6': '.google.firestore.v1.Document', '10': 'documents'},
    const {'1': 'next_page_token', '3': 2, '4': 1, '5': 9, '10': 'nextPageToken'},
  ],
};