ShopifySharpDiscountApplication constructor

const ShopifySharpDiscountApplication({
  1. String? type,
  2. String? code,
  3. String? title,
  4. String? description,
  5. String? value,
  6. String? valueType,
  7. String? allocationMethod,
  8. String? targetSelection,
  9. String? targetType,
})

Implementation

const ShopifySharpDiscountApplication({
  this.type,
  this.code,
  this.title,
  this.description,
  this.value,
  this.valueType,
  this.allocationMethod,
  this.targetSelection,
  this.targetType,
});