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