InterfaceElementImpl constructor

InterfaceElementImpl({
  1. required String name,
  2. required LibraryElementImpl library,
  3. required NamedCompilationUnitMember compilationUnit,
})

Creates an instance of InterfaceElementImpl.

Implementation

InterfaceElementImpl({required this.name, required this.library, required this.compilationUnit});