hasNotFacets property
bool
get
hasNotFacets
Returns true if facets
is null, otherwise false.
Implementation
bool get hasNotFacets => !hasFacets;
Returns true if facets
is null, otherwise false.
bool get hasNotFacets => !hasFacets;