htmlSafeEntities property
String
get
htmlSafeEntities
Replaces ANY special character that HTML needs a entity for in order to renderered correctly.
Implementation
String get htmlSafeEntities => Chalk.htmlSafeEntities(this);