BlockSyntaxChildSource class

Constructors

BlockSyntaxChildSource({List<SourceSpan> markers = const [], List<Line> lines = const [], bool lazyEnding = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
lazyEnding bool
If the lines is ending up with a lazy continuation line.
final
lines List<Line>
final
markers List<SourceSpan>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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