title property
String?
get
title
The title the backend generated for this conversation, if any.
It rides the reply stream, so a conversation list can be labelled as soon as the first answer lands — no extra request, and no waiting for the turn to close.
Implementation
String? get title => _session.title;