waivedCount property

int get waivedCount

Implementation

int get waivedCount => phases
    .where((phase) => phase.status == DeviceQualificationPhaseStatus.waived)
    .length;