Book$json top-level constant

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

Implementation

@$core.Deprecated('Use bookDescriptor instead')
const Book$json = const {
  '1': 'Book',
  '2': const [
    const {'1': 'version', '3': 1, '4': 1, '5': 5, '10': 'version'},
    const {'1': 'id', '3': 2, '4': 1, '5': 5, '10': 'id'},
    const {'1': 'book', '3': 3, '4': 1, '5': 9, '10': 'book'},
    const {'1': 'ignored_facts', '3': 4, '4': 3, '5': 5, '10': 'ignoredFacts'},
    const {'1': 'ignored_lessons', '3': 5, '4': 3, '5': 5, '10': 'ignoredLessons'},
    const {'1': 'order', '3': 6, '4': 1, '5': 5, '10': 'order'},
    const {'1': 'deleted', '3': 7, '4': 1, '5': 8, '10': 'deleted'},
  ],
};