item property

Rx<ChatItem?> item
final

ChatItem of a RxChat this MessageInfo is about.

Implementation

final Rx<ChatItem?> item = Rx(null);