CalendarPeriod$json top-level constant

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

Implementation

@$core.Deprecated('Use calendarPeriodDescriptor instead')
const CalendarPeriod$json = const {
  '1': 'CalendarPeriod',
  '2': const [
    const {'1': 'CALENDAR_PERIOD_UNSPECIFIED', '2': 0},
    const {'1': 'DAY', '2': 1},
    const {'1': 'WEEK', '2': 2},
    const {'1': 'FORTNIGHT', '2': 3},
    const {'1': 'MONTH', '2': 4},
    const {'1': 'QUARTER', '2': 5},
    const {'1': 'HALF', '2': 6},
    const {'1': 'YEAR', '2': 7},
  ],
};