isHyperlink property
bool
get
isHyperlink
Returns true
if this ContentfulContentNodeType is a hyperlink
Implementation
bool get isHyperlink => this == ContentfulContentNodeType.hyperlink;
Returns true
if this ContentfulContentNodeType is a hyperlink
bool get isHyperlink => this == ContentfulContentNodeType.hyperlink;