CreateRoomResponse constructor

CreateRoomResponse({
  1. String? roomArn,
})

Implementation

CreateRoomResponse({
  this.roomArn,
});