DefinitionResult class

Constructors

DefinitionResult({required bool found, required String moduleName, required ScriptRange definitionRange, required ScriptRange tokenRange, required String preview, required String documentationSymbol, required String documentation})

Properties

definitionRange → ScriptRange
final
documentation → String
final
documentationSymbol → String
final
found → bool
final
hashCode → int
The hash code for this object.
no setterinherited
moduleName → String
final
preview → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tokenRange → ScriptRange
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 Properties

notFound → DefinitionResult
final

Static Methods

read(BinaryReader reader) → DefinitionResult