RoomModel constructor

RoomModel(
  1. String name,
  2. String roomId
)

Implementation

RoomModel(this.name, this.roomId);