ShopifyException constructor

const ShopifyException(
  1. String key,
  2. String errorKey, {
  3. List? errors,
})

Implementation

const ShopifyException(this.key, this.errorKey, {this.errors});