htmlEscaped property

String get htmlEscaped

Converts to string with htmlEscape.

Implementation

String get htmlEscaped {
  return htmlEscape.convert(this);
}