NavigationResult class

Constructors

Properties

files List<String>
A list of the paths of files that are referenced by the navigation targets.
final
hashCode int
The hash code for this object.
no setterinherited
regions List<NavigationRegion>
A list of the navigation regions within the requested region of the file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets List<NavigationTarget>
A list of the navigation targets that are referenced by the navigation regions.
final

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

Static Methods

parse(Map m) NavigationResult