firstItem property

ChatItem? firstItem
getter/setter pair

First ChatItem posted in this Chat.

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

Implementation

ChatItem? firstItem;