isNotEmpty property
bool
get
isNotEmpty
Whether the window is not empty.
Implementation
bool get isNotEmpty => items.isNotEmpty;
Whether the window is not empty.
bool get isNotEmpty => items.isNotEmpty;