Collections constructor

const Collections({
  1. required List<Collection> collectionList,
  2. required bool hasNextPage,
})

The Collections constructor

Implementation

const factory Collections({
  required List<Collection> collectionList,
  required bool hasNextPage,
}) = _Collections;