isNotEmpty property

bool get isNotEmpty

Whether the display list is not empty.

Implementation

bool get isNotEmpty => displayItems.isNotEmpty;