CatalogQuickAmountsSettings constructor

CatalogQuickAmountsSettings({
  1. CatalogQuickAmountsSettingsOption? option,
  2. List<CatalogQuickAmount>? amounts,
  3. bool? eligibleForAutoAmounts,
})

Implementation

CatalogQuickAmountsSettings({
  this.option, this.amounts, this.eligibleForAutoAmounts
});