Action class
Constructors
- Action.new(Function fn, {ReactiveContext? context, String? name})
-
Creates an action that encapsulates all the mutations happening on the
observables.
factory
Properties
- debugCreationStack → StackTrace?
-
The stack trace when the object is created
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
[List args = const [], Map< String, dynamic> ? namedArgs]) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited