progressToken property
The _meta.progressToken the client sent with the request, if any.
Progress notifications must carry the client's own token: it is how the client correlates them with the call it made. A token the server invents correlates with nothing and the notification is discarded. Absent means the client did not opt in, and no progress is sent at all.
Implementation
final Object? progressToken;