chat property

Rx<RxChat?> chat
final

Reactive Chat that this OngoingCall is happening in.

Implementation

final Rx<RxChat?> chat = Rx<RxChat?>(null);