CacheFailed class

Inheritance

Constructors

CacheFailed({Object? cause})
const

Properties

cause Object?
Optional lower-level cause (exception, error string) for diagnostics. Never put raw URLs or tokens here in user-facing surfaces.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
localizedMessage String
User-facing message, honoring AttachmentLocalizations.messageOverride.
no setterinherited
props List<Object?>
The list of properties that determine whether two instances are equal. May contain nested List/Map/Set values — those are compared and hashed deeply, the same way equatable does.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
If true, toString includes props. Defaults to false, matching equatable's own default.
no setterinherited

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