Collection constructor

Collection(
  1. String? context,
  2. String? summary,
  3. String type,
  4. int? totalItems,
  5. List<Object> items,
)

Implementation

Collection(this.context, this.summary, this.type, this.totalItems,
    this.items);