Returns true if the named field exists.
public function has(string $name) : bool { return $this->fields ->has($name); }