Dart SDK
dart:convert
HtmlEscapeMode
property escapeLtGt
escapeLtGt
class HtmlEscapeMode
Constructors
HtmlEscapeMode
Properties
escapeApos
escapeLtGt
escapeQuot
escapeSlash
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
ATTRIBUTE
attribute
ELEMENT
element
SQ_ATTRIBUTE
sqAttribute
UNKNOWN
unknown
bool
escapeLtGt
final
Whether to escape '<' and '>'.
property escapeLtGt