BlockBuilder class abstract

Constructors

BlockBuilder()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statements ↔ ListBuilder<Code>
getter/setter pair

Methods

addExpression(Expression expression) → void
Adds an expression to statements.
build() Block
Builds.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Block value) → void
Replaces the value in the builder with a new one.
inherited
toString() String
A string representation of this object.
inherited
update(dynamic updates(BlockBuilder)?) → void
Applies updates.
inherited

Operators

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