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