richTexts property
A concatenation of rich texts
Implementation
RichTexts? get richTexts {
if (this is RichTexts) {
return this as RichTexts;
}
return null;
}
A concatenation of rich texts
RichTexts? get richTexts {
if (this is RichTexts) {
return this as RichTexts;
}
return null;
}