OrderedPagedCollection constructor

OrderedPagedCollection(
  1. String? context,
  2. String type,
  3. int totalItems,
  4. String? first,
  5. String? last,
  6. String id,
)

Implementation

OrderedPagedCollection(
  this.context,
  this.type,
  this.totalItems,
  this.first,
  this.last,
  this.id,
);