dolphinsr_dart
dolphinsr_dart
DolphinSR
cardExistInMaster method
cardExistInMaster
dolphinsr_dart
dolphinsr_dart
DolphinSR
cardExistInMaster method
DolphinSR class
Constructors
DolphinSR
Properties
currentDateGetter
hashCode
runtimeType
Methods
addMasters
addReviews
cardExistInMaster
foreachAddReview
foreachMaster
nextCard
noSuchMethod
summary
toString
Operators
operator ==
cardExistInMaster
method
bool
cardExistInMaster
(
int
id
)
Implementation
bool cardExistInMaster(int id) { return _masters.containsKey(id); }