contact property

  1. @override
Rx<RxChatContact?> get contact
override

Returns reactive RxChatContact linked to this RxUser.

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

Implementation

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