FORTNIGHT constant

CalendarPeriod const FORTNIGHT

Implementation

static const CalendarPeriod FORTNIGHT = CalendarPeriod._(
    3,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'FORTNIGHT');