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