hasUnderline property

bool get hasUnderline

Returns true if this ContentfulTextMark is underline.

Implementation

bool get hasUnderline => any((element) => element.type.isUnderline);