Friendship constructor
Implementation
Friendship(
{required this.id,
required this.senderId,
this.sender,
required this.receiverId,
this.receiver,
required this.status,
required this.createdAt});
Friendship(
{required this.id,
required this.senderId,
this.sender,
required this.receiverId,
this.receiver,
required this.status,
required this.createdAt});