WooSignalApp constructor

WooSignalApp({
  1. String? appName,
  2. String? appTermslink,
  3. String? appPrivacylink,
  4. int? appDebug,
  5. int? appStatus,
  6. CurrencyMeta? currencyMeta,
  7. List<String>? bannerImages,
  8. bool? stripeLiveMode,
  9. String? stripeAccount,
  10. int? wpLoginEnabled,
  11. String? wpLoginBaseUrl,
  12. String? wpLoginForgotPasswordUrl,
  13. String? wpLoginWpApiPath,
  14. int? productPricesIncludeTax,
  15. int? disableShipping,
  16. String? theme,
  17. String? locale,
  18. String? paypalLocale,
  19. String? paypalEmail,
  20. bool? stripeEnabled,
  21. bool? codEnabled,
  22. bool? paypalEnabled,
  23. bool? paypalLiveMode,
  24. String? stripeCountryCode,
})

Implementation

WooSignalApp(
    {this.appName,
    this.appLogo,
    this.appTermslink,
    this.appPrivacylink,
    this.appDebug,
    this.appStatus,
    this.currencyMeta,
    this.bannerImages,
    this.stripeLiveMode,
    this.stripeAccount,
    this.wpLoginEnabled,
    this.wpLoginBaseUrl,
    this.wpLoginForgotPasswordUrl,
    this.wpLoginWpApiPath,
    this.productPricesIncludeTax,
    this.disableShipping,
    this.theme,
    this.locale,
    this.paypalLocale,
    this.paypalEmail,
    this.stripeEnabled,
    this.codEnabled,
    this.paypalEnabled,
    this.paypalLiveMode,
    this.stripeCountryCode});