Hn class abstract
Constructors
Properties
- autoLink ↔ bool
-
getter/setter pair
-
children
↔ Iterable<
Element> -
getter/setter pairinherited
-
classes
↔ Iterable<
String> ? -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pairinherited
-
inlineStyles
↔ Iterable<
String> ? -
getter/setter pairinherited
- innerText → String
-
no setterinherited
- level ↔ int
-
getter/setter pair
- modifiers → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → String -
override
-
collectChildrenOfType<
E> ({required List< E> into}) → void -
inherited
-
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
- autoLinkClass ↔ String
-
Override this if you want the automatic links to have a different class.
getter/setter pair
- autoLinkElement ↔ Element
-
Override this if you want to display something else than a 🔗 as the link.
getter/setter pair