Returns reactive RxChatContact linked to this RxUser.
RxChatContact
null means this RxUser is not in the address book of the authenticated MyUser.
null
@override final Rx<RxChatContact?> contact = Rx(null);