SocketTypingResponse constructor

SocketTypingResponse({
  1. String userId = '',
  2. String roomId = '',
})

Implementation

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