CustomEventBody constructor
CustomEventBody({})
Implementation
CustomEventBody({
this.category,
this.action,
this.label,
this.property,
this.value,
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,
);