isNotEmpty property
bool
get
isNotEmpty
Whether the display list is not empty.
Implementation
bool get isNotEmpty => displayItems.isNotEmpty;
Whether the display list is not empty.
bool get isNotEmpty => displayItems.isNotEmpty;