Collections constructor

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

Implementation

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