Curated constructor
Curated({})
Named ConstructorsCurated with required params
Implementation
Curated(
{required this.page,
required this.perPage,
required this.totalResult,
required this.photos,
required this.nextPage,
required this.prevPage});