TrackEvent constructor
TrackEvent(
- String type, [
- TrackEventInit? eventInitDict
Implementation
factory TrackEvent(String type, [TrackEventInit? eventInitDict]) =>
TrackEvent._(type, eventInitDict ?? undefined);