PairwiseComparisonInput constructor
const
PairwiseComparisonInput({})
Implementation
const PairwiseComparisonInput({
required this.id,
required this.left,
required this.right,
this.preferenceValue,
required this.isLeftMoreImportant,
});