ActionController class
ActionController
is used to define the start/end boundaries of code which
should be wrapped inside an action. This ensures all observable mutations are neatly
encapsulated.
You would rarely need to use this directly. This is primarily meant for the mobx_codegen
package.
Constructors
- ActionController.new({ReactiveContext? context, String? name})
Properties
Methods
-
endAction(
ActionRunInfo info) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startAction(
{String? name}) → ActionRunInfo -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited