UserProfilePhotos constructor
Constructs a UserProfilePhotos object
Implementation
const UserProfilePhotos({
required this.totalCount,
required this.photos,
});
Constructs a UserProfilePhotos object
const UserProfilePhotos({
required this.totalCount,
required this.photos,
});