textEntityTypeBold property
A bold text
Implementation
TextEntityTypeBold? get textEntityTypeBold {
if (this is TextEntityTypeBold) {
return this as TextEntityTypeBold;
}
return null;
}
A bold text
TextEntityTypeBold? get textEntityTypeBold {
if (this is TextEntityTypeBold) {
return this as TextEntityTypeBold;
}
return null;
}