dolphinsr_dart package
documentation
dolphinsr_dart
CardId
CardId constructor
CardId
CardId
constructor
Null safety
CardId
(
{
String
?
id
,
String
?
frontJoin
,
String
?
backJoin
,
DateTime
?
time
,
String
?
uniqueId
}
)
Implementation
CardId({this.id, this.frontJoin, this.backJoin, this.time, this.uniqueId});
dolphinsr_dart package
documentation
dolphinsr_dart
CardId
CardId constructor
CardId class
Constructors
CardId
fromCombination
fromReview
fromState
Properties
backJoin
frontJoin
hashCode
id
props
runtimeType
stringify
time
uniqueId
Methods
noSuchMethod
toString
Operators
operator ==