BasePricePerUnit constructor

BasePricePerUnit({
  1. double? amount,
  2. String? currency,
})

Implementation

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