Dart
dart:convert
HtmlEscapeMode
escapeLtGt property
escapeLtGt
description
escapeLtGt
property
Null safety
bool
escapeLtGt
final
Whether to escape '<' and '>'.
Implementation
final bool escapeLtGt;
Dart
dart:convert
HtmlEscapeMode
escapeLtGt property
HtmlEscapeMode class
Constructors
HtmlEscapeMode
Properties
escapeApos
escapeLtGt
escapeQuot
escapeSlash
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
attribute
element
sqAttribute
unknown