Returns an attribute by its name.
public function getAttribute(string $name, mixed $default = null) : mixed { return $this->attributes[$name] ?? $default; }