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