Indicates whether chats, users, contacts and recent are empty.
bool get isEmpty => chats.isEmpty && users.isEmpty && contacts.isEmpty && recent.isEmpty;