textEntityTypeCode property

TextEntityTypeCode? textEntityTypeCode

Text that must be formatted as if inside a code HTML tag

Implementation

TextEntityTypeCode? get textEntityTypeCode {
  if (this is TextEntityTypeCode) {
    return this as TextEntityTypeCode;
  }
  return null;
}