LogLink class

A run of a log line that names somewhere a browser could actually go.

start and end index the line with its escape sequences already stripped — which is the same string the pane paints, so a range here is a range of visible characters. url is the address to launch, which is not necessarily the text: a wildcard bind address is displayed as the child wrote it and rewritten on the way out. See launchableUrl.

Constructors

LogLink({required int start, required int end, required String url})
const

Properties

end int
Exclusive.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Inclusive, into the ANSI-stripped line.
final
url String
Where clicking it goes. Always absolute, always launchable.
final

Methods

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

Operators

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