Sets a custom boolean property for this event.
void setBooleanProperty(String key, bool value) { _customProperties[key] = value; }