peerUser property

ChatUserModel get peerUser

Implementation

ChatUserModel get peerUser {
  return ChatUserModel(peerId, peerName);
}