CodeBufferLine class

Represents a line of text within a CodeBuffer.

Properties

hashCode int
The hash code for this object.
no setterinherited
indentationLevel int
The level of indentation preceding this line.
final
lastSpan → SourceSpan?
The SourceSpan corresponding to the last text written to this line.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceMappings Map<SourceSpan, SourceSpan>
Mappings from one SourceSpan to another, to aid with generating dynamic source maps.
final
span → SourceSpan
The SourceSpan corresponding to this entire line.
no setter
text String
The text within this line.
no setter

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