LapsedCardState constructor
Implementation
LapsedCardState(
{int master,
Combination combination,
this.consecutiveCorrect,
this.factor,
this.lapses,
double interval,
DateTime lastReviewed})
: super(master, combination, "lapsed", lastReviewed, interval);