DayOfWeek$json top-level constant

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

Implementation

@$core.Deprecated('Use dayOfWeekDescriptor instead')
const DayOfWeek$json = const {
  '1': 'DayOfWeek',
  '2': const [
    const {'1': 'DAY_OF_WEEK_UNSPECIFIED', '2': 0},
    const {'1': 'MONDAY', '2': 1},
    const {'1': 'TUESDAY', '2': 2},
    const {'1': 'WEDNESDAY', '2': 3},
    const {'1': 'THURSDAY', '2': 4},
    const {'1': 'FRIDAY', '2': 5},
    const {'1': 'SATURDAY', '2': 6},
    const {'1': 'SUNDAY', '2': 7},
  ],
};