BuildBit class abstract

A piece of HTML being built.

Implementers

Constructors

BuildBit()
Creates a build bit.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasParent bool
Returns true if this build bit has a parent.
no setter
isInline bool?
Controls whether to render inline.
no setter
next BuildBit?
The next bit in the tree.
no setter
parent BuildTree
The container tree.
no setter
prev BuildBit?
The previous bit in the tree.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swallowWhitespace bool?
Controls whether to swallow following whitespaces.
no setter

Methods

copyWith({BuildTree? parent}) BuildBit
Creates a copy with the given fields replaced with the new values.
flatten(Flattened f) → void
Flattens this bit.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited