typingUsers property

  1. @override
RxList<User> typingUsers
final

List of Users currently typing in this chat.

Implementation

@override
final RxList<User> typingUsers = RxList<User>([]);