ProductsListResponse constructor
ProductsListResponse({
- PageInfo? pageInfo,
- List<
Product> ? product, - TokenPagination? tokenPagination,
Implementation
ProductsListResponse({
this.pageInfo,
this.product,
this.tokenPagination,
});