AhpIdentification constructor

AhpIdentification({
  1. required List<AhpItem> criteria,
  2. required List<AhpItem> alternative,
})

Implementation

AhpIdentification({required this.criteria, required this.alternative});