void addUserProperties(Map<String, dynamic> props) { if (!validateEventKeys(props)) return; userProperties ??= {}; userProperties!.addAll(props); }