hasDetachedEmbeddingUris property

bool get hasDetachedEmbeddingUris

Returns true if detachedEmbeddingUris is not null, otherwise false.

Implementation

bool get hasDetachedEmbeddingUris => detachedEmbeddingUris != null;