retrace
dartclient_demin
LineCol
toString method
toString
retrace
dartclient_demin
LineCol
toString method
LineCol class
Constructors
LineCol
Properties
col
hashCode
line
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
toString
method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => "$line:$col";