isNotFacetLink property

bool get isNotFacetLink

Returns true if this data is not FacetLink, otherwise false.

Implementation

bool get isNotFacetLink => !isFacetLink;