CatalogQuickAmount constructor
CatalogQuickAmount({
- int? ordinal,
- CatalogQuickAmountType? type,
- Money? amount,
- int? score,
Implementation
CatalogQuickAmount({
this.ordinal, this.type, this.amount, this.score
});