MessageBody constructor
MessageBody({
- String? anonId,
- String? userId,
- String? clientId,
- String? contentId,
- String? deviceType,
- String? eventLocation,
- String? eventType,
- int? isCookieBlocked,
- String? mobileModel,
- int? numOfCta,
- String? osName,
- String? osVersion,
- String? paywallDisplayType,
- String? paywallId,
- String? paywallType,
- String? userAgent,
Implementation
MessageBody({
this.anonId,
this.userId,
this.clientId,
this.contentId,
this.deviceType,
this.eventLocation,
this.eventType,
this.isCookieBlocked,
this.mobileModel,
this.numOfCta,
this.osName,
this.osVersion,
this.paywallDisplayType,
this.paywallId,
this.paywallType,
this.userAgent,
});