DateTime$json top-level constant

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

Implementation

@$core.Deprecated('Use dateTimeDescriptor instead')
const DateTime$json = const {
  '1': 'DateTime',
  '2': const [
    const {'1': 'year', '3': 1, '4': 1, '5': 5, '10': 'year'},
    const {'1': 'month', '3': 2, '4': 1, '5': 5, '10': 'month'},
    const {'1': 'day', '3': 3, '4': 1, '5': 5, '10': 'day'},
    const {'1': 'hours', '3': 4, '4': 1, '5': 5, '10': 'hours'},
    const {'1': 'minutes', '3': 5, '4': 1, '5': 5, '10': 'minutes'},
    const {'1': 'seconds', '3': 6, '4': 1, '5': 5, '10': 'seconds'},
    const {'1': 'nanos', '3': 7, '4': 1, '5': 5, '10': 'nanos'},
    const {
      '1': 'utc_offset',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '9': 0,
      '10': 'utcOffset'
    },
    const {
      '1': 'time_zone',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.type.TimeZone',
      '9': 0,
      '10': 'timeZone'
    },
  ],
  '8': const [
    const {'1': 'time_offset'},
  ],
};