Returns the option value or null when not found.
public function getOption(string $name) : mixed { return $this->options[$name] ?? null; }