UpdateCustomerResultError.fromResponse constructor
UpdateCustomerResultError.fromResponse(
- Response response
Implementation
factory UpdateCustomerResultError.fromResponse(Response<dynamic> response) =>
UpdateCustomerResultError(response);