isEmpty property

bool get isEmpty

Boolean which indicates if the search has results or not

Implementation

bool get isEmpty => books.length == 0;