RoomNew constructor

RoomNew({
  1. String? username,
})

Implementation

RoomNew({
  this.username,
});