IsNotEmpty property
bool
get
IsNotEmpty
Query-like true if at least one element matches.
Implementation
bool get IsNotEmpty => _resolve().isNotEmpty;
Query-like true if at least one element matches.
bool get IsNotEmpty => _resolve().isNotEmpty;