isRichText property
bool
get
isRichText
Returns true if property is RichText type.
Implementation
bool get isRichText => type == PropertiesTypes.RichText;
Returns true if property is RichText type.
bool get isRichText => type == PropertiesTypes.RichText;