@override Event fromJson(Map<String, dynamic> json) { return Event.fromJson(translate(json, Event.knownProps)); }