instantiate method
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
@override
InstantiatedInspectEntry instantiate(
InstantiatedModule instantiatingModule,
) =>
this;