toMap method
Implementation
Map<String, dynamic> toMap() => {
"id": id,
"name": name,
"profile_image": profileImage,
"is_follow": isFollow,
"is_private_account": isPrivateAccount,
"button_status": buttonStatus,
"friend_follow": friendFollow,
};