CardsSchedule constructor

CardsSchedule(List<CardId> later, List<CardId> due, List<CardId> overdue, List<CardId> learning)

Implementation

CardsSchedule(this.later, this.due, this.overdue, this.learning);