dolphinsr_dart
dolphinsr_dart
CardsSchedule
CardsSchedule constructor
CardsSchedule
dolphinsr_dart
dolphinsr_dart
CardsSchedule
CardsSchedule constructor
CardsSchedule class
Constructors
CardsSchedule
Properties
due
hashCode
later
learning
overdue
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});