NavigationTarget class

A description of a target to which the user can navigate.

Constructors

Properties

codeLength int?
The length of the target code to which the user can navigate.
final
codeOffset int?
The offset of the target code to which the user can navigate.
final
fileIndex int
The index of the file (in the enclosing navigation response) to navigate to.
final
hashCode int
The hash code for this object.
no setterinherited
kind String
The kind of the element.
final
length int
The length of the name of the target to which the user can navigate.
final
offset int
The offset of the name of the target to which the user can navigate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startColumn int
The one-based index of the column containing the first character of the name of the target.
final
startLine int
The one-based index of the line containing the first character of the name of the target.
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.
inherited

Static Methods

parse(Map m) NavigationTarget