hasNotDescriptionFacets property

bool get hasNotDescriptionFacets

Returns true if descriptionFacets is null, otherwise false.

Implementation

bool get hasNotDescriptionFacets => !hasDescriptionFacets;