setEventProperties method

BaseEvent setEventProperties(
  1. Map<String, dynamic> eventProperties
)

Implementation

BaseEvent setEventProperties(Map<String, dynamic> eventProperties) {
  this.eventProperties = eventProperties;
  return this;
}