textEntityTypeUnderline property

TextEntityTypeUnderline? textEntityTypeUnderline

An underlined text

Implementation

TextEntityTypeUnderline? get textEntityTypeUnderline {
  if (this is TextEntityTypeUnderline) {
    return this as TextEntityTypeUnderline;
  }
  return null;
}