escape method

String escape()

Implementation

String escape() {
  return _htmlEscape.convert(this);
}