isNotEmpty property

bool isNotEmpty

Checks if the AnalysedData object is not empty.

Implementation

bool get isNotEmpty {
  return component.isNotEmpty ||
      testNo.isNotEmpty ||
      courseName.isNotEmpty ||
      courseCode.isNotEmpty ||
      semester.isNotEmpty ||
      qpPattern.isNotEmpty;
}