isEmpty property

bool get isEmpty

Whether the result is empty

Implementation

bool get isEmpty => data.isEmpty;