id property

  1. @override
SessionId? get id
override

The session id, if known (used as the marker nonce so a resumed session derives the same completion token).

Implementation

@override
SessionId? get id => _id;