CardState constructor
- int master,
- Combination combination,
- String mode,
- DateTime lastReviewed,
- double interval
Implementation
CardState(this.master, this.combination, this.mode, this.lastReviewed,
this.interval);
CardState(this.master, this.combination, this.mode, this.lastReviewed,
this.interval);