FriendModel constructor
Implementation
FriendModel({
this.id,
this.name,
this.profileImage,
this.isFollow,
this.isPrivateAccount,
this.buttonStatus,
this.friendFollow,
});
FriendModel({
this.id,
this.name,
this.profileImage,
this.isFollow,
this.isPrivateAccount,
this.buttonStatus,
this.friendFollow,
});