LibraryPathSet class

A list of associations between paths and the libraries that should be included for code completion when editing a file beneath that path.

Implemented types

Constructors

LibraryPathSet(String scope, List<String> libraryPaths)

Properties

hashCode int
The hash code for this object.
no setterinherited
libraryPaths List<String>
The paths of the libraries of interest to the client for completion suggestions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
The filepath for which this request's libraries should be active in completion suggestions. This object associates filesystem regions to libraries and library directories of interest to the client.
final

Methods

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

Operators

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

Static Methods

parse(Map m) LibraryPathSet