ProductsResponse constructor

ProductsResponse(
  1. List<Product>? products,
  2. GenericError? error
)

Implementation

ProductsResponse(this.products, this.error);