hasResults property

bool get hasResults

Returns true if results is not null, otherwise false.

Implementation

bool get hasResults => results != null;