Head class

Inheritance

Constructors

Head({required String title, Iterable<Meta>? metas, Iterable<Link>? links, Iterable<Style>? styles})

Properties

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
getter/setter pair
metas Iterable<Meta>?
getter/setter pair
modifiers String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles Iterable<Style>?
getter/setter pair
title String
getter/setter pair

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