htmlEscaped property
String
get
htmlEscaped
Converts to string with htmlEscape.
Implementation
String get htmlEscaped {
return htmlEscape.convert(this);
}
Converts to string with htmlEscape.
String get htmlEscaped {
return htmlEscape.convert(this);
}