Sets a custom numeric property for this event.
void setNumberProperty(String key, num value) { _customProperties[key] = value; }