Failure<T> class
represent a failure of a function
- Available extensions
Constructors
- Failure(Object reason, StackTrace stackTrace)
-
const
- Failure.empty()
-
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- reason → Object
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace
-
final
Methods
-
asVoid(
) → VoidResult -
Available on Failure<
T> , provided by the RecastFailureX extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recast<
S extends Object> () → Result< S> -
Available on Failure<
T> , provided by the RecastFailureX extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override