isCancelled method

bool isCancelled(
  1. String id
)

Implementation

bool isCancelled(String id) => getStatus(id) == TaskStatus.cancelled;