isEmpty property

bool get isEmpty

Check if result set is empty

Implementation

bool get isEmpty => rows.isEmpty;