CatalogQuickAmount constructor

CatalogQuickAmount({
  1. int? ordinal,
  2. CatalogQuickAmountType? type,
  3. Money? amount,
  4. int? score,
})

Implementation

CatalogQuickAmount({
  this.ordinal, this.type, this.amount, this.score
});