isEmpty property

bool isEmpty

Checks if this result is empty

Implementation

bool get isEmpty => length == 0;