hasNotFacets property

bool get hasNotFacets

Returns true if facets is null, otherwise false.

Implementation

bool get hasNotFacets => !hasFacets;