Returns true if the edge is lazy, meaning it's a dependency not requiring direct instantiation.
public function isLazy() : bool { return $this->lazy; }