PriceRange constructor

PriceRange({
  1. Money? startPrice,
  2. Money? endPrice,
})

Implementation

PriceRange({
  this.startPrice,
  this.endPrice,
});