sessionId property
String?
get
sessionId
The session id the message belongs to (session_id).
Implementation
String? get sessionId => raw['session_id'] as String?;
The session id the message belongs to (session_id).
String? get sessionId => raw['session_id'] as String?;