isNotEmpty property
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;
}