ScreenViewEventBody constructor
ScreenViewEventBody({})
Implementation
ScreenViewEventBody({
required this.eventName,
required this.screenName,
required this.contentType,
this.referrer,
this.skuId,
this.skuName,
this.navigationStart,
this.loadEventEnd,
this.forceTrack,
String? sdkVersion,
String? sdkId,
String? attr1,
String? attr2,
String? attr3,
String? attr4,
String? attr5,
}) : super(
sdkVersion: sdkVersion,
sdkId: sdkId,
attr1: attr1,
attr2: attr2,
attr3: attr3,
attr4: attr4,
attr5: attr5,
);