sessionToken property Null safety

String? sessionToken
read / write, override

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

@override
String? sessionToken;