hasNotEmbeddingRules property

bool get hasNotEmbeddingRules

Returns true if embeddingRules is null, otherwise false.

Implementation

bool get hasNotEmbeddingRules => !hasEmbeddingRules;