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