contact property

Rx<RxChatContact?> get contact

Returns reactive RxChatContact linked to the user.

Only meaningful, if user is non-null.

Implementation

Rx<RxChatContact?> get contact => user!.contact;