Vplan constructor

Vplan(Weekday weekDay, VplanDate date, DateTime changed, List<DateTime> daysOff, List<Change> changes, List<String> info)

Implementation

Vplan(this.weekDay, this.date, this.changed, this.daysOff, this.changes, this.info);