AFUpdateAppStateAction class
Use context.updateComponent... instead of using this directly.
Action used to update one or more of the root objects in the AFComponentStates.
- Inheritance
-
- Object
- AFObjectWithKey
- AFActionWithKey
- AFUpdateAppStateAction
Constructors
-
AFUpdateAppStateAction({AFID? id, required Type area, required List<
Object> toIntegrate}) -
AFUpdateAppStateAction.updateMany(Type area, Iterable<
Object> objs) -
Constructor for updating multiple objects at the root of the AFComponentState
factory
- AFUpdateAppStateAction.updateOne(Type area, Object o)
-
Constructor for updating one object at the root of the AFComponentState
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
Static Methods
-
createModelList(
) → List< Object> - A utility for creating an empty list of models.