IsNotEmpty property

bool get IsNotEmpty

Query-like true if at least one element matches.

Implementation

bool get IsNotEmpty => _resolve().isNotEmpty;