Photo constructor
Photo({})
Named ConstructorsPhoto with require params
Implementation
Photo(
{required this.id,
required this.width,
required this.height,
required this.url,
required this.photographer,
required this.photographerUrl,
required this.photographerId,
required this.avgColor,
required this.src,
required this.liked,
required this.alt});