isEmpty property

bool get isEmpty

Boolean which indicates if the search has results or not

Implementation

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