copyWith method
Implementation
@override
ActionModel copyWith(AppModel newApp) =>
GotoPage(newApp, conditions: conditions, pageID: pageID);
@override
ActionModel copyWith(AppModel newApp) =>
GotoPage(newApp, conditions: conditions, pageID: pageID);