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