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