sessionToken property Null safety

String? sessionToken
read / write

The sessionToken used to authenticate the requests. Can be stored between session and used to construct a new client without calling initSessionUserToken or initSessionUserToken. Can be set either a construction or later

Implementation

String? sessionToken;