menu
flutter_decision_making package
documentation
feature/ahp/domain/entities/ahp_identification.dart
AhpIdentification
AhpIdentification.new constructor
AhpIdentification.new constructor
dark_mode
light_mode
AhpIdentification
constructor
AhpIdentification
(
{
required
List
<
AhpItem
>
criteria
,
required
List
<
AhpItem
>
alternative
,
})
Implementation
AhpIdentification({required this.criteria, required this.alternative});
flutter_decision_making package
documentation
feature/ahp/domain/entities/ahp_identification
AhpIdentification
AhpIdentification.new constructor
AhpIdentification class