BasicInfo constructor
BasicInfo({})
Implementation
BasicInfo({
this.isPrivate,
this.isVerified,
this.profilePic,
this.followers,
this.following,
this.fullName,
this.noOfPosts,
this.bio,
});
BasicInfo({
this.isPrivate,
this.isVerified,
this.profilePic,
this.followers,
this.following,
this.fullName,
this.noOfPosts,
this.bio,
});