isEmpty property

bool get isEmpty

Whether this conversation has no messages.

Implementation

bool get isEmpty => messages.isEmpty;