isIncomplete property

bool get isIncomplete

Implementation

bool get isIncomplete {
  return status == statusNone;
}