WooSignalApp class

Constructors

WooSignalApp.new({String? appName, String? appTermslink, String? appPrivacylink, int? appDebug, int? appStatus, CurrencyMeta? currencyMeta, List<String>? bannerImages, bool? stripeLiveMode, String? stripeAccount, int? wpLoginEnabled, String? wpLoginBaseUrl, String? wpLoginForgotPasswordUrl, String? wpLoginWpApiPath, int? productPricesIncludeTax, int? disableShipping, String? theme, String? locale, String? paypalLocale, String? paypalEmail, bool? stripeEnabled, bool? codEnabled, bool? paypalEnabled, bool? paypalLiveMode, String? stripeCountryCode})
WooSignalApp.fromJson(Map<String, dynamic> json)

Properties

appDebug int?
getter/setter pair
getter/setter pair
appName String?
getter/setter pair
getter/setter pair
appStatus int?
getter/setter pair
getter/setter pair
bannerImages List<String>?
getter/setter pair
codEnabled bool?
getter/setter pair
currencyMeta CurrencyMeta?
getter/setter pair
disableShipping int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locale String?
getter/setter pair
paypalEmail String?
getter/setter pair
paypalEnabled bool?
getter/setter pair
paypalLiveMode bool?
getter/setter pair
paypalLocale String?
getter/setter pair
productPricesIncludeTax int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stripeAccount String?
getter/setter pair
stripeCountryCode String?
getter/setter pair
stripeEnabled bool?
getter/setter pair
stripeLiveMode bool?
getter/setter pair
theme String?
getter/setter pair
wpLoginBaseUrl String?
getter/setter pair
wpLoginEnabled int?
getter/setter pair
wpLoginForgotPasswordUrl String?
getter/setter pair
wpLoginWpApiPath String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited