InterfaceCollection constructor
InterfaceCollection({})
Implementation
InterfaceCollection({
required this.originalInterfaces,
required this.globalInterfaces,
required this.resultInterfaces,
required this.pathInterfaceContainerMap,
required this.pathInterfaceNameMap,
});