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