HTMLElement class
- Implementers
- A
- Abbr
- Address
- Area
- Article
- Aside
- Audio
- B
- Base
- Bdi
- Bdo
- Blockquote
- Body
- Br
- Button
- Canvas
- Caption
- Cite
- Code
- Col
- Colgroup
- Datalist
- Dd
- Del
- Details
- Dfn
- Dialog
- Div
- Dl
- Dt
- Em
- Embed
- Fieldset
- Figcaption
- Figure
- Footer
- Form
- H1
- H2
- H3
- H4
- H5
- H6
- Head
- Header
- Hr
- Html
- HtmlMap
- HtmlObject
- I
- Iframe
- Img
- Input
- Ins
- Kbd
- Label
- Legend
- Li
- Link
- Main
- Mark
- Meta
- Meter
- Nav
- Noscript
- Ol
- Optgroup
- Option
- Output
- P
- Param
- Picture
- Pre
- Progress
- Q
- Rb
- Rp
- Rt
- Ruby
- S
- Samp
- Script
- Section
- Select
- Small
- Source
- Span
- StatelessComponent
- Strong
- Style
- Sub
- Summary
- Sup
- Table
- Tbody
- Td
- Template
- Text
- Textarea
- Tfoot
- Th
- Thead
- Time
- Title
- Tr
- Track
- U
- Ul
- Var
- Video
- Wbr
Constructors
-
HTMLElement.new(String? tag, {required List<
Attribute> attributes, List<HTMLElement> ? children})
Properties
-
attributes
→ List<
Attribute> -
final
-
children
→ List<
HTMLElement> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String?
-
final
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