SocketEncryptResponse constructor

SocketEncryptResponse({
  1. String encryptKey = '',
  2. String roomId = '',
  3. String userId = '',
})

Implementation

SocketEncryptResponse({
  this.encryptKey = '',
  this.roomId = '',
  this.userId = '',
});