hasFacets property

bool get hasFacets

Returns true if facets is not null, otherwise false.

Implementation

bool get hasFacets => facets != null;