isComplete property

bool get isComplete

Implementation

bool get isComplete {
  return completedOn != null;
}