InterfaceCollection constructor

InterfaceCollection({
  1. required Set<Interface> globalInterfaces,
  2. required Map<String, Interface> nameInterfaceMap,
  3. required Map<String, String> pathInterfaceContainerMap,
  4. required Map<String, String> pathInterfaceNameMap,
})

Implementation

InterfaceCollection({
  required this.globalInterfaces,
  required this.nameInterfaceMap,
  required this.pathInterfaceContainerMap,
  required this.pathInterfaceNameMap,
});