ZIMRoomAttributesUpdateInfo constructor

ZIMRoomAttributesUpdateInfo({
  1. required ZIMRoomAttributesUpdateAction action,
  2. required Map<String, String> roomAttributes,
})

Implementation

ZIMRoomAttributesUpdateInfo(
    {required this.action, required this.roomAttributes});