RoomParam constructor

RoomParam({
  1. String? roomName,
  2. String? coverUrl,
})

Implementation

RoomParam({this.roomName, this.coverUrl});