InterfaceElementImpl constructor
InterfaceElementImpl({
- required String name,
- required LibraryElementImpl library,
- required NamedCompilationUnitMember compilationUnit,
Creates an instance of InterfaceElementImpl.
Implementation
InterfaceElementImpl({required this.name, required this.library, required this.compilationUnit});