instantiate abstract method

InstantiatedInspectEntry? instantiate(
  1. InstantiatedModule instantiatingModule
)

Creates an instantiation of this entry to the given module. Returns null if this entry cannot be instantiated because it is not connected to this module.

Implementation

InstantiatedInspectEntry? instantiate(InstantiatedModule instantiatingModule);