ComparingValuesModel constructor
ComparingValuesModel({})
Implementation
ComparingValuesModel(
{required this.unSelected,
required this.selected,
required this.img,
required this.id,
required this.isCorrect,
required this.number});