LineInfo class

Constructors

LineInfo({int width = 0, int charWidth = 0, int height = 0, int startColumn = 0, int columnOffset = 0, int rowOffset = 0, int charOffset = 0})

Properties

charOffset ↔ int
getter/setter pair
charWidth ↔ int
getter/setter pair
columnOffset ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
height ↔ int
getter/setter pair
rowOffset ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startColumn ↔ int
getter/setter pair
width ↔ int
getter/setter pair

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