isEmpty property

bool get isEmpty

Indicates whether chats, users, contacts and recent are empty.

Implementation

bool get isEmpty =>
    chats.isEmpty && users.isEmpty && contacts.isEmpty && recent.isEmpty;