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