BasicRoomEvent.fromJson(Map<String, Object?> json) : roomId = json['room_id'] as String?, super.fromJson(json);