textEntityTypeCode property
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;
}
Text that must be formatted as if inside a code HTML tag
TextEntityTypeCode? get textEntityTypeCode {
if (this is TextEntityTypeCode) {
return this as TextEntityTypeCode;
}
return null;
}