StatedResult mixin Null safety
Common behaviors for ActionResult, QueryResult, AsyncActionResult, AsyncQueryResult
Properties
- isNotStarted → bool
-
Return true when query/action hasn't been started
read-only
- isWaiting → bool
-
Return true when query/action is being processed
read-only
- isFinished → bool
-
Return true when query/action has been finished either with or without error
read-only
- isSucceeded → bool
-
Return true when query/action has finished successfully, regardless it is an action or query
read-only
- isFailed → bool
-
Return ture when the query/action has finished with error
read-only
- hasValue → bool
-
Return true when query resut has a value, either it is intial value or the result after running query
It also indicates whether state implemented the ValueResult contract, regardless the type of the value
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
asFailed(
) → FailedResult -
asValueResult<
T> () → ValueResult< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited