SocialFeed constructor
Implementation
SocialFeed({
required this.name,
required this.photoURL,
required this.description,
required this.likes,
required this.address,
required this.email,
required this.phone,
required this.latitude,
required this.longitude,
});