ShopifyApp constructor

ShopifyApp({
  1. String? appName,
  2. String? appTermslink,
  3. String? appPrivacylink,
  4. int? appDebug,
  5. int? appStatus,
  6. CurrencyMeta? currencyMeta,
  7. List<String>? payProviders,
  8. String? primaryLocale,
  9. String? weightUnit,
  10. bool? taxesIncluded,
  11. bool? taxShipping,
  12. List<String>? bannerImages,
  13. bool? stripeTestMode,
  14. String? stripeAccount,
})

Implementation

ShopifyApp(
    {this.appName,
    this.appLogo,
    this.appTermslink,
    this.appPrivacylink,
    this.appDebug,
    this.appStatus,
    this.currencyMeta,
    this.payProviders,
    this.primaryLocale,
    this.weightUnit,
    this.taxesIncluded,
    this.taxShipping,
    this.bannerImages,
    this.stripeTestMode,
    this.stripeAccount});