CollectionPage constructor

CollectionPage(
  1. dynamic context,
  2. String type,
  3. String? next,
  4. String? prev,
  5. String? partOf,
  6. String? id,
  7. List<String> items,
)

Implementation

CollectionPage(
    this.context,
    this.type,
    this.next,
    this.prev,
    this.partOf,
    this.id,
    this.items,
    );