ShopifyApp class

Constructors

ShopifyApp({String? appName, 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})
ShopifyApp.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
currencyMeta CurrencyMeta?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payProviders List<String>?
getter/setter pair
primaryLocale String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stripeAccount String?
getter/setter pair
stripeTestMode bool?
getter/setter pair
taxesIncluded bool?
getter/setter pair
taxShipping bool?
getter/setter pair
weightUnit 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