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