ShopifyApp constructor
ShopifyApp({
- String? appName,
- String? appLogo,
- String? appTermslink,
- String? appPrivacylink,
- int? appDebug,
- int? appStatus,
- CurrencyMeta? currencyMeta,
- List<
String> ? payProviders, - String? primaryLocale,
- String? weightUnit,
- bool? taxesIncluded,
- bool? taxShipping,
- List<
String> ? bannerImages, - bool? stripeTestMode,
- 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});