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);