CacheFailed class
Properties
cause
→ Object ?
Optional lower-level cause (exception, error string) for diagnostics.
Never put raw URLs or tokens here in user-facing surfaces.
final inherited
hashCode
→ int
The hash code for this object.
no setter inherited
localizedMessage
→ String
User-facing message, honoring AttachmentLocalizations.messageOverride .
no setter inherited
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 setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
stringify
→ bool
If true, toString includes props. Defaults to false, matching
equatable's own default.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited