dolphinsr_dart
models
CardsSchedule
CardsSchedule constructor
CardsSchedule
dolphinsr_dart
models
CardsSchedule
CardsSchedule constructor
CardsSchedule class
Constructors
CardsSchedule
Properties
due
later
learning
overdue
hashCode
runtimeType
Methods
getPropertyValue
noSuchMethod
toString
Operators
operator ==
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);