AFUpdateAppStateAction.updateOne constructor
Constructor for updating one object at the root of the AFComponentState
Implementation
factory AFUpdateAppStateAction.updateOne(Type area, Object o) {
final toIntegrate = [o];
return AFUpdateAppStateAction(
area: area,
toIntegrate: toIntegrate
);
}