RoomList constructor

const RoomList({
  1. Key? key,
  2. required RoomOptions options,
})

Implementation

const RoomList({
  super.key,
  required this.options,
});