isEmpty property

  1. @override
bool get isEmpty
override

true if the Results collection is empty.

Implementation

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