AuthCustomer constructor
AuthCustomer({
- User? user,
- List<
ShopifyError> ? errors,
Implementation
AuthCustomer({this.user, this.errors});
AuthCustomer({this.user, this.errors});