LibraryElementImpl constructor
LibraryElementImpl(
- ResolverImpl resolver,
- CompilationUnit compilationUnit, {
- required Asset src,
Creates an instance of LibraryElementImpl.
Implementation
LibraryElementImpl(this.resolver, this.compilationUnit, {required this.src});