Dart
dart:convert
HtmlEscapeMode
toString method
toString
HtmlEscapeMode class
Constructors
HtmlEscapeMode
Properties
escapeApos
escapeLtGt
escapeQuot
escapeSlash
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
ATTRIBUTE
attribute
ELEMENT
element
SQ_ATTRIBUTE
sqAttribute
UNKNOWN
unknown
toString method
String
toString
(
)
Returns a string representation of this object.
Implementation
String toString() => _name;