ZIMRoomAttributesQueriedResult constructor

ZIMRoomAttributesQueriedResult({
  1. required String roomID,
  2. required Map<String, String> roomAttributes,
})

Implementation

ZIMRoomAttributesQueriedResult(
    {required this.roomID, required this.roomAttributes});