isCompleted method

bool isCompleted(
  1. String id
)

Implementation

bool isCompleted(String id) => getStatus(id) == TaskStatus.completed;