handle property

String? handle
final

The handle of a previous session. If not present then a new session is created.

Session handles come from SessionResumptionUpdate.token values in previous connections.

Implementation

final String? handle;