contact property
Returns reactive RxChatContact linked to the user.
Only meaningful, if user is non-null.
Implementation
Rx<RxChatContact?> get contact => user!.contact;
Returns reactive RxChatContact linked to the user.
Only meaningful, if user is non-null.
Rx<RxChatContact?> get contact => user!.contact;