AnalysedData constructor
Constructs an AnalysedData object.
Implementation
AnalysedData({
  this.component = '',
  this.testNo = '',
  this.courseName = '',
  this.courseCode = '',
  this.semester = '',
  this.qpPattern = const [],
});
Constructs an AnalysedData object.
AnalysedData({
  this.component = '',
  this.testNo = '',
  this.courseName = '',
  this.courseCode = '',
  this.semester = '',
  this.qpPattern = const [],
});