toChatUser method

ChatUser toChatUser()

Implementation

ChatUser toChatUser() {
  return ChatUser(
    id: id,
    profileImage: image,
    firstName: name,
    lastName: "",
  );
}