CreateSessionResponse constructor
CreateSessionResponse({})
Implementation
CreateSessionResponse({
required this.sessionId,
required this.url,
this.qrBase64Png,
this.branding,
required this.websocketURL,
});