AuthCustomer constructor

AuthCustomer({
  1. User? user,
  2. List<ShopifyError>? errors,
})

Implementation

AuthCustomer({this.user, this.errors});