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