factory EventDescription.fromJson(Map<String, dynamic> json) { return EventDescription( latestDescription: json['latestDescription'] as String?, ); }