user property

Rx<RxUser?> get user

Reactive value of the first User this ContactEntry contains.

Implementation

Rx<RxUser?> get user => _contact.user;