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