IEventTypeValues constructor

IEventTypeValues(
  1. IEventType birthday_,
  2. IEventType anniversary_,
  3. IEventType christmas_,
  4. IEventType holiday_,
  5. IEventType noReason_,
)

Implementation

IEventTypeValues(this.birthday_,
    this.anniversary_,
    this.christmas_,
    this.holiday_,
    this.noReason_) : delegate = List.unmodifiable([birthday_,anniversary_,christmas_,holiday_,noReason_]);