HTMLTags class

Constructors

HTMLTags()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

formattingElements List<String>
getter/setter pair
specialElements List<String>
getter/setter pair

Static Methods

isTopLevel(String tag) bool

Constants

anchor → const String
blockQuote → const String
bold → const String
br → const String
checkbox → const String
code → const String
del → const String
div → const String
divider → const String
em → const String
font → const String
h1 → const String
h2 → const String
h3 → const String
image → const String
italic → const String
list → const String
mark → const String
orderedList → const String
paragraph → const String
section → const String
span → const String
strikethrough → const String
strong → const String
table → const String
tabledata → const String
tableheader → const String
tableRow → const String
underline → const String
unorderedList → const String