isNotEmpty property

bool get isNotEmpty

Whether the display list is not empty.

Implementation

bool get isNotEmpty => listItems.isNotEmpty;