hasNotResults property

bool get hasNotResults

Returns true if results is null, otherwise false.

Implementation

bool get hasNotResults => !hasResults;