P class

Inheritance

Constructors

P({required Iterable<Element> children, String? id, Iterable<String>? classes, Iterable<String>? inlineStyles})
P.text(String text, {String? id, Iterable<String>? classes, Iterable<String>? inlineStyles})

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
modifiers String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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