Meta class

Inheritance

Constructors

Meta.httpEquiv({required String httpEquiv, required String? content})
Meta.name({required String name, required String? content})

Properties

children Iterable<Element>
getter/setter pairinherited
classes Iterable<String>?
getter/setter pairinherited
content String?
getter/setter pair
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
key String
getter/setter pair
modifiers String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value 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