toChatUser method
ChatUser
toChatUser()
Converts this PeerUser into a dash_chat_custom ChatUser.
Implementation
ChatUser toChatUser() {
return ChatUser(
id: id,
profileImage: image,
firstName: name,
lastName: "",
);
}