chats property

List<Chat> chats

Implementation

List<Chat> get chats {
  var chatList = _chats.values.toList();
  return chatList;
}