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? contextmenu, String? dir, bool hidden = false, 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
contextmenu String?
final
dataTheme String?
final
dir String?
final
hashCode int
The hash code for this object.
no setterinherited
hidden bool
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