static from(Map<String, dynamic> map) { return SurveyDisplayedEvent(surveyId: map[_surveyId] as String); }