user property

  1. @override
Rx<RxUser?> user
final

Reactive value of the first User this ChatContact contains.

Implementation

@override
final Rx<RxUser?> user = Rx(null);