EventRequest constructor
EventRequest({})
Creates an event request
Implementation
EventRequest({
required this.installId,
required this.eventName,
required this.eventData,
DateTime? timestamp,
this.sdkName = SdkInfo.name,
this.sdkVersion = SdkInfo.version,
this.attributedLinkId,
this.attributedClickId,
this.linkOpenedAt,
this.sessionId,
}) : timestamp = (timestamp ?? DateTime.now()).toIso8601String();