isEmpty property

bool get isEmpty

Whether the display list is empty.

Implementation

bool get isEmpty => listItems.isEmpty;