Implements magic ::__get() method.
public function __get(string $name) : mixed { return match ($name) { 'messages' => $this->messages, }; }