LocalDate$json top-level constant

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

Implementation

@$core.Deprecated('Use localDateDescriptor instead')
const LocalDate$json = const {
  '1': 'LocalDate',
  '2': const [
    const {'1': 'year', '3': 1, '4': 1, '5': 5, '10': 'year'},
    const {'1': 'month', '3': 2, '4': 1, '5': 14, '6': '.spine.time.Month', '8': const {}, '10': 'month'},
    const {'1': 'day', '3': 3, '4': 1, '5': 5, '8': const {}, '10': 'day'},
  ],
  '7': const {},
};