lastItem property

ChatItem? lastItem
getter/setter pair

Last ChatItem posted in this Chat.

If Chat has no visible ChatItems for the authenticated MyUser, then it's null.

Implementation

ChatItem? lastItem;