hasHyperlink property

bool get hasHyperlink

Implementation

bool get hasHyperlink =>
    this == ContentfulContentNodeType.hyperlink ||
    this == ContentfulContentNodeType.assetHyperlink ||
    this == ContentfulContentNodeType.entryHyperlink;