isEmpty property

bool get isEmpty

Returns true if the result set contains no rows.

Implementation

bool get isEmpty => rowCount == 0;