Closure class

Inheritance
Implementers

Constructors

Closure({Parameters parameters = Parameters.empty, bool arrow = false, bool isAsync = false, Iterable<Code> content = const []})
const

Properties

arrow bool
final
childrenSeparator String
no setterinherited
content Iterable<Code>
final
hasBody bool
final
hashCode int
The hash code for this object.
no setterinherited
isAsync bool
final
parameters Parameters
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterParameters() String
beforeParameters() String
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