isNotEmpty property

bool get isNotEmpty

Returns true if this result set has items.

Implementation

bool get isNotEmpty => items.isNotEmpty;