roomList method

List<Room> roomList()

房间列表

Implementation

List<Room> roomList() {
  return chatRoom.rooms;
}