textEntityTypePreCode property

TextEntityTypePreCode? textEntityTypePreCode

Text that must be formatted as if inside pre, and code HTML tags

Implementation

TextEntityTypePreCode? get textEntityTypePreCode {
  if (this is TextEntityTypePreCode) {
    return this as TextEntityTypePreCode;
  }
  return null;
}