CardsSchedule constructor

CardsSchedule(
  1. {List<CardId> later,
  2. List<CardId> due,
  3. List<CardId> overdue,
  4. List<CardId> learning}
)

Implementation

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