ListProductsResponse constructor

ListProductsResponse({
  1. List<Product> data = const [],
  2. PaginationLinks? links,
})

Returns a new ListProductsResponse instance.

Implementation

ListProductsResponse({
  this.data = const [],
  this.links,
});