contact property

  1. @override
Rx<RxChatContact?> contact
final

Returns reactive RxChatContact linked to this RxUser.

null means this RxUser is not in the address book of the authenticated MyUser.

Implementation

@override
final Rx<RxChatContact?> contact = Rx(null);