DartAssistContext constructor
DartAssistContext(
- InstrumentationService instrumentationService,
- ChangeWorkspace workspace,
- ResolvedLibraryResult libraryResult,
- ResolvedUnitResult unitResult,
- int selectionOffset,
- int selectionLength,
Implementation
DartAssistContext(
this.instrumentationService,
this.workspace,
this.libraryResult,
this.unitResult,
this.selectionOffset,
this.selectionLength,
);