isEmpty property

bool get isEmpty

Returns true if the result set contains no rows.

Implementation

bool get isEmpty => rows.isEmpty;