LibraryElementImpl constructor

LibraryElementImpl(
  1. ResolverImpl resolver,
  2. CompilationUnit compilationUnit, {
  3. required Asset src,
})

Creates an instance of LibraryElementImpl.

Implementation

LibraryElementImpl(this.resolver, this.compilationUnit, {required this.src});