CustomBlock class

Inheritance

Constructors

CustomBlock({CodeBuilder? start, CodeBuilder? end, CodesBuilder? children, String? childrenSeparator})
const

Properties

childrenSeparator String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

children() Iterable<Code>
override
code() String
inherited
decorate(String code) String
inherited
end() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() String
override
toString() String
A string representation of this object.
inherited
writeTo(File file) Future<void>
inherited

Operators

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