string $name:
string|null $code:
public function __construct($name, $code = null) { $this->name = $name; $this->code = $code; $this->returnTypeNode = new ReturnTypeNode(); }