DartExtractor class

Resolved Dart extractor shared by the CLI and future analyzer/build-hook surfaces. It intentionally has no regex fallback: an unresolved source fragment is unsafe evidence and is reported as an extraction error.

Constructors

DartExtractor()

Properties

adapterInfo → AdapterInfo
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extract(String rootPath, {List<String> roots = const ['lib']}) Future<IrAdapterOutput>
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

Constants

annotationLibrary → const String
compatibilityId → const String
Compatibility identifier for extracted Dart output and caches.