DartAssistContext constructor

DartAssistContext(
  1. InstrumentationService instrumentationService,
  2. ChangeWorkspace workspace,
  3. ResolvedLibraryResult libraryResult,
  4. ResolvedUnitResult unitResult,
  5. int selectionOffset,
  6. int selectionLength,
)

Implementation

DartAssistContext(
  this.instrumentationService,
  this.workspace,
  this.libraryResult,
  this.unitResult,
  this.selectionOffset,
  this.selectionLength,
);