Cancel constructor

Cancel([
  1. List<Task>? tasks
])

Creates an instance of a Cancel effect.

Implementation

Cancel([this.tasks]) : super();