FriendData constructor
FriendData(- {int? id,
- String? fullName,
- String? profileImage,
- String? address,
- int? followers,
- int? following,
- int? reviews,
- String? gender,
- String? aboutMe,
- String? relationshipStatus,
- List<String>? musicType,
- List<String>? interests,
- bool? isFollow,
- int? isOnline,
- String? isPrivateAccount,
- String? buttonStatus,
- bool? friendFollow,
- bool? isBlock,
- bool? canMessage}
)
Implementation
FriendData(
{this.id,
this.fullName,
this.profileImage,
this.address,
this.followers,
this.following,
this.reviews,
this.gender,
this.aboutMe,
this.relationshipStatus,
this.musicType,
this.interests,
this.isFollow,
this.isOnline,
this.isPrivateAccount,
this.buttonStatus,
this.friendFollow,
this.isBlock,
this.canMessage});