Config$json top-level constant

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

Implementation

@$core.Deprecated('Use configDescriptor instead')
const Config$json = const {
  '1': 'Config',
  '2': const [
    const {'1': 'version', '3': 1, '4': 1, '5': 5, '10': 'version'},
    const {'1': 'user_id', '3': 2, '4': 1, '5': 5, '10': 'userId'},
    const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'learn_per_day', '3': 4, '4': 1, '5': 5, '10': 'learnPerDay'},
    const {'1': 'fact_counter', '3': 5, '4': 1, '5': 5, '10': 'factCounter'},
    const {'1': 'book_counter', '3': 6, '4': 1, '5': 5, '10': 'bookCounter'},
  ],
};