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