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