isEmpty property
bool
get
isEmpty
Boolean which indicates if the search has results or not
Implementation
bool get isEmpty => subjects.length == 0;
Boolean which indicates if the search has results or not
bool get isEmpty => subjects.length == 0;