hasTask method

bool hasTask(
  1. String name
)

Check if a task exists

Implementation

bool hasTask(String name) => _tasks.containsKey(name);