ProductsListResponse constructor

ProductsListResponse({
  1. PageInfo? pageInfo,
  2. List<Product>? product,
  3. TokenPagination? tokenPagination,
})

Implementation

ProductsListResponse({
  this.pageInfo,
  this.product,
  this.tokenPagination,
});