isNotEmpty property

bool get isNotEmpty

Returns true if the result set contains at least one row.

Implementation

bool get isNotEmpty => rowCount > 0;