Cursor$json top-level constant

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

Implementation

@$core.Deprecated('Use cursorDescriptor instead')
const Cursor$json = const {
  '1': 'Cursor',
  '2': const [
    const {'1': 'values', '3': 1, '4': 3, '5': 11, '6': '.google.firestore.v1.Value', '10': 'values'},
    const {'1': 'before', '3': 2, '4': 1, '5': 8, '10': 'before'},
  ],
};