ProductCollectionElement constructor

const ProductCollectionElement(
  1. String id,
  2. String name,
  3. String? description,
  4. String createTime,
  5. List<LinkDescription> links,
)

Implementation

const ProductCollectionElement(
    this.id, this.name, this.description, this.createTime, this.links);