otherUsersMap property

Map<String, ChatUser> get otherUsersMap

Implementation

Map<String, ChatUser> get otherUsersMap => Map.of(_otherUsers);