UpdateRoomResponse constructor

UpdateRoomResponse({
  1. Room? room,
})

Implementation

UpdateRoomResponse({
  this.room,
});