AuthorizationSessionIdDto constructor

AuthorizationSessionIdDto({
  1. String? sessionId,
})

Implementation

AuthorizationSessionIdDto({
  this.sessionId,
});