instantiate method

  1. @override
InstantiatedInspectEntry instantiate(
  1. InstantiatedModule instantiatingModule
)
override

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;