menu
shopify_flutter package
documentation
mixins/src/shopify_error.dart
ShopifyException
ShopifyException const constructor
ShopifyException const constructor
dark_mode
light_mode
ShopifyException
constructor
const
ShopifyException
(
String
key
,
String
errorKey
, {
List
?
errors
,
})
Implementation
const ShopifyException(this.key, this.errorKey, {this.errors});
shopify_flutter package
documentation
mixins/src/shopify_error
ShopifyException
ShopifyException const constructor
ShopifyException class