CreateRoomResponse constructor

CreateRoomResponse({
  1. Room? room,
})

Implementation

CreateRoomResponse({
  this.room,
});