isEmpty property

bool get isEmpty

Check if result is empty

Implementation

bool get isEmpty => rows.isEmpty;