@ -12,9 +12,9 @@ class MySelectedExamination {
MySelectedExamination(
{this.selectedExamination,
this.remark,
this.isNormal = true,
this.isNormal = false,
this.isAbnormal = false,
this.notExamined = false,
this.notExamined = true,
this.isNew = true,
this.createdBy});