DolphinSR class

Constructors

DolphinSR({DateTime? currentDateGetter})

Properties

currentDateGetter DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMasters(List<Master> masters) → void
addReviews(List<Review> reviews) → void
cardExistInMaster(String id) bool
cardReviewedAtDateLength(DateTime date) int
cardReviewedTodayLength() int
cardsLength() int
getAllCardState() List<DRCard>
nextCard() DRCard?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFromMaster(String masterId) → void
summary() SummaryStatics
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited