Price constructor

Price({
  1. String? amount,
  2. String? currency,
  3. String? minPrice,
  4. String? maxPrice,
})

Implementation

Price({this.amount, this.currency, this.minPrice, this.maxPrice});