SilentActionResult class
An ActionResult variation, indicating ActionFactory that an 'action indicator' should not be displayed.
- Inheritance
-
- Object
- ActionResult
- SilentActionResult
Constructors
- SilentActionResult(bool success, {dynamic returnData, Map? nextAction})
Properties
- failureMessage → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextAction → Map?
-
finalinherited
- returnData → dynamic
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success → bool
-
finalinherited
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