isEmpty property

  1. @override
bool isEmpty
override

true if the Results collection is empty.

Implementation

@override
bool get isEmpty => length == 0;