isEmpty property
bool
get
isEmpty
Whether the select matched no entry at all.
Implementation
bool get isEmpty => totalLength == 0;
Whether the select matched no entry at all.
bool get isEmpty => totalLength == 0;