TimeOfDay$json top-level constant

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

Implementation

@$core.Deprecated('Use timeOfDayDescriptor instead')
const TimeOfDay$json = const {
  '1': 'TimeOfDay',
  '2': const [
    const {'1': 'hours', '3': 1, '4': 1, '5': 5, '10': 'hours'},
    const {'1': 'minutes', '3': 2, '4': 1, '5': 5, '10': 'minutes'},
    const {'1': 'seconds', '3': 3, '4': 1, '5': 5, '10': 'seconds'},
    const {'1': 'nanos', '3': 4, '4': 1, '5': 5, '10': 'nanos'},
  ],
};