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
noSuchMethod
toString
Operators
operator ==
Constants
attribute
element
sqAttribute
unknown
description
toString
method
Null safety
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => _name;