Html class
- Inheritance
- Implemented types
Constructors
-
Html({NodeElement? child, List<
NodeElement> ? children, String? manifest, String? dataTheme, String? accesskey, bool autofocus = false, List<StyleClass> ? classList, bool contentEditable = false, String? dir, String? id, String? lang, String? role, bool spellcheck = false, List<StyleCSS> ? styleList, int? tabindex, String? title}) -
const
Properties
- accesskey → String?
-
final
- autofocus → bool
-
final
- child → NodeElement?
-
finalinherited
-
children
→ List<
NodeElement> ? -
finalinherited
-
classList
→ List<
StyleClass> ? -
final
- contentEditable → bool
-
final
-
final
- dataTheme → String?
-
final
- dir → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
- id → String?
-
final
- lang → String?
-
final
- manifest → String?
-
final
- role → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spellcheck → bool
-
final
-
styleList
→ List<
StyleCSS> ? -
final
- tabindex → int?
-
final
- title → String?
-
final
Methods
-
build(
) → String -
override
-
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