ScreenViewEventBody class

Inheritance

Constructors

ScreenViewEventBody({required ScreenEventName eventName, required String screenName, required String contentType, String? referrer, String? skuId, String? skuName, int? navigationStart, int? loadEventEnd, bool? forceTrack, String? sdkVersion, String? sdkId, String? attr1, String? attr2, String? attr3, String? attr4, String? attr5})

Properties

attr1 String?
finalinherited
attr2 String?
finalinherited
attr3 String?
finalinherited
attr4 String?
finalinherited
attr5 String?
finalinherited
contentType String
final
eventName ScreenEventName
final
forceTrack bool?
final
hashCode int
The hash code for this object.
no setterinherited
loadEventEnd int?
final
final
referrer String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenName String
final
sdkId String?
finalinherited
sdkVersion String?
finalinherited
skuId String?
final
skuName String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited