CatalogQuickAmountsSettings constructor
CatalogQuickAmountsSettings({
- CatalogQuickAmountsSettingsOption? option,
- List<
CatalogQuickAmount> ? amounts, - bool? eligibleForAutoAmounts,
Implementation
CatalogQuickAmountsSettings({
this.option, this.amounts, this.eligibleForAutoAmounts
});