PriceDetails constructor

PriceDetails({
  1. int? amount,
  2. String? currency,
})

Implementation

PriceDetails({this.amount, this.currency});