Constructs a const fetch node.
Name $name Constant name:
array<string, mixed> $attributes Additional attributes:
public function __construct(Name $name, array $attributes = []) { $this->attributes = $attributes; $this->name = $name; }