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

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

area → Type
final
hashCode → int
The hash code for this object.
no setterinherited
id → AFID?
finalinherited
key → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
toIntegrate → List<Object>
final

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.