WishlistPrice constructor
WishlistPrice({})
Implementation
WishlistPrice(
{required this.sellingPrice,
required this.mrp,
required this.discount,
required this.minPrice,
required this.maxPrice,
required this.type,
required this.isSamePrice});