isEmbeddedAssetBlock property

bool get isEmbeddedAssetBlock

Returns true if this ContentfulContentNodeType is an embedded-asset-block

Implementation

bool get isEmbeddedAssetBlock =>
    this == ContentfulContentNodeType.embeddedAssetBlock;