DueTodayItem class

Minimal value object for the Home "Due today" inline list. Joins a review card with its topic title + domain slug + human domain name so DueTodayCard can render without further lookups.

Constructors

DueTodayItem({required String cardId, required String topicId, required String topicTitle, required String domainSlug, required String domainName})
const

Properties

cardId String
final
domainName String
final
domainSlug String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicId String
final
topicTitle String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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