ActionResult class
Action execution result.
Constructors
-
ActionResult({required bool success, Map<
String, dynamic> ? updates, String? error}) -
const
- ActionResult.fail(String error)
-
factory
-
ActionResult.ok({Map<
String, dynamic> ? updates}) -
factory
Properties
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