BlockBuilder class Null safety
- Implemented types
Constructors
- BlockBuilder()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
statements
↔ ListBuilder<
Code> -
read / write
Methods
-
addExpression(
Expression expression) → void -
Adds an
expression
to statements. -
build(
) → Block -
Builds.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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