isEmpty property
bool
get
isEmpty
Whether the sequence has no visible elements.
Implementation
bool get isEmpty => length == 0;
Whether the sequence has no visible elements.
bool get isEmpty => length == 0;