CodeBuilder class
Constructors
- CodeBuilder.new({DartEmitter? emitter, DartFormatter? formatter, int indent = 0})
Properties
Methods
-
block(
String block, void build(CodeBuilder builder)) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
write(
dynamic any) → CodeBuilder
Operators
-
operator +(
dynamic any) → CodeBuilder -
operator ==(
Object other) → bool -
The equality operator.
inherited