fromProfile property

ChatUIKitProfile get fromProfile

Implementation

ChatUIKitProfile get fromProfile {
  return ChatUIKitProfile.contact(
    id: from!,
    avatarUrl: avatarUrl,
    nickname: nickname,
    timestamp: serverTime,
  );
}