isEmpty property
bool
get
isEmpty
Whether this conversation has no messages.
Implementation
bool get isEmpty => messages.isEmpty;
Whether this conversation has no messages.
bool get isEmpty => messages.isEmpty;