factory Event.fromJson(Map<String, dynamic> json) { return Event( type: EventType.getFromJson(json), ); }