copyWith method

  1. @override
ActionModel copyWith(
  1. AppModel newApp
)
override

Implementation

@override
ActionModel copyWith(AppModel newApp) =>
    WorkflowActionModel(newApp, workflow: workflow, conditions: conditions);