ZwapWeeklyCalendarShowFilter.before constructor

ZwapWeeklyCalendarShowFilter.before(
  1. DateTime date
)

Implementation

ZwapWeeklyCalendarShowFilter.before(DateTime date)
    : _disablePast = false,
      this._hidePast = false,
      this._showedWeekdays = [1, 2, 3, 4, 5, 6, 7],
      this._firstDay = null,
      this._lastDay = date,
      this._disableAfter = null,
      this._disabledItems = const [],
      this._customSlotsDecorations = {};