hasNotDetachedEmbeddingUris property

bool get hasNotDetachedEmbeddingUris

Returns true if detachedEmbeddingUris is null, otherwise false.

Implementation

bool get hasNotDetachedEmbeddingUris => !hasDetachedEmbeddingUris;