SearchPhoto constructor
SearchPhoto({})
Named ConstructorsSearchPhoto with require params
Implementation
SearchPhoto(
{required this.page,
required this.perPage,
required this.photos,
required this.totalResults,
required this.nextPage,
required this.prevPage});