copyWith method

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

Implementation

@override
ActionModel copyWith(AppModel newApp) =>
    FunctionToRun(newApp, conditions: conditions, actionToRun: actionToRun);