Failure<T> class final

Failure descends from Result allowing to safely return wrap an Exception and get the StackStrace if applies.

Inheritance

Constructors

Failure(Object? error, [StackTrace? stackTrace, bool report = true])

Properties

error Object?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getError() Object?
override
getValue() → T
override
isError() bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stackTrace() StackTrace?
override
toString() String
A string representation of this object.
override

Operators

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