TerminateSessionResponse constructor

TerminateSessionResponse({
  1. String? sessionId,
})

Implementation

TerminateSessionResponse({
  this.sessionId,
});