dolphinsr_dart
models
CardState
CardState constructor
CardState
dolphinsr_dart
models
CardState
CardState constructor
CardState class
Constructors
CardState
Properties
combination
hashCode
interval
lastReviewed
master
mode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
makeInitialCardState
CardState constructor
CardState
(
int
master
,
Combination
combination
,
String
mode
,
DateTime
lastReviewed
,
double
interval
)
Implementation
CardState(this.master, this.combination, this.mode, this.lastReviewed, this.interval);