isEmpty property

bool isEmpty

Checks if the AnalysedData object is empty.

Implementation

bool get isEmpty {
  return component.isEmpty &&
      testNo.isEmpty &&
      courseName.isEmpty &&
      courseCode.isEmpty &&
      semester.isEmpty &&
      qpPattern.isEmpty &&
      error == null;
}