VolumeSaleInfoRetailPrice constructor

VolumeSaleInfoRetailPrice({
  1. double? amount,
  2. String? currencyCode,
})

Implementation

VolumeSaleInfoRetailPrice({
  this.amount,
  this.currencyCode,
});