isCompleted method

bool isCompleted()

Implementation

bool isCompleted() {
  return completedDate != null;
}