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