sessionId property
String
get
sessionId
A unique identifier for the session
Implementation
String get sessionId => _map["sessionId"] as String;
A unique identifier for the session
String get sessionId => _map["sessionId"] as String;