isEmpty property

bool get isEmpty

Checks if this result is empty

Implementation

bool get isEmpty => length == 0;