user property
final
Reactive value of the first User this ChatContact contains.
Implementation
@override
final Rx<RxUser?> user = Rx(null);
Reactive value of the first User this ChatContact contains.
@override
final Rx<RxUser?> user = Rx(null);