void setEventParams(Map<String, dynamic> params) { if (!validateEventKeys(params)) return; eventParams = params; }