otherUsers property

List<ChatUser> get otherUsers

Represents list of chat users

Implementation

List<ChatUser> get otherUsers => _otherUsers.values.toList();