Outcome<Data> class

Outcome of a gracefully finished action

Constructors

Outcome.canceled([Data? data])
Indicates the action was canceled
const
Outcome.failed([Data? data])
Indicates the action failed
const
Outcome.finished([Data? data])
Indicates the action successfully finished
const

Properties

data → Data?
User provided outcome data
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ActionStatus
Outcome status
final

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