CardsSchedule constructor

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

Implementation

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