factory Event.fromJson(Map<String, dynamic> json) => Event( newEventRequest: NewEventRequest.fromJson(json["newEventRequest"]), );