*/ public $dependencyList = []; public function __construct(string $hash, ClassMetadata $value) { $this->hash = $hash; $this->value = $value; } }