ProductCollection constructor
const
ProductCollection({
- required List<
ProductCollectionElement> products, - int? totalItems,
- int? totalPages,
- List<
LinkDescription> ? links,
Implementation
const ProductCollection(
{required this.products, this.totalItems, this.totalPages, this.links});