SuccessEvent<K, T> class

Inheritance

Constructors

SuccessEvent({required K key, List<Object> errors = const [], required T result})
const

Properties

attempts int
no setteroverride
error Object
no setterinherited
errors List<Object>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isError bool
no setterinherited
isFailure bool
no setterinherited
isFinal bool
no setterinherited
isRetry bool
no setterinherited
isSuccess bool
no setterinherited
key → K
finalinherited
result → T
final
runtimeType Type
A representation of the runtime type of the object.
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.
override

Operators

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