ShopifySharpCustomerEmailMarketingConsent constructor

const ShopifySharpCustomerEmailMarketingConsent({
  1. String? state,
  2. String? optInLevel,
  3. DateTime? consentUpdatedAt,
})

Implementation

const ShopifySharpCustomerEmailMarketingConsent({
  this.state,
  this.optInLevel,
  this.consentUpdatedAt,
});