ImportResolver constructor

const ImportResolver(
  1. List<LibraryElement> libs,
  2. String targetFilePath
)

Implementation

const ImportResolver(this.libs, this.targetFilePath);