OrderedCollection constructor

OrderedCollection(
  1. String? context,
  2. String? summary,
  3. String type,
  4. int totalItems,
  5. List<Activity> orderedItems,
)

Implementation

OrderedCollection(this.context, this.summary, this.type, this.totalItems,
    this.orderedItems);