MessageBody constructor

MessageBody({
  1. String? anonId,
  2. String? userId,
  3. String? clientId,
  4. String? contentId,
  5. String? deviceType,
  6. String? eventLocation,
  7. String? eventType,
  8. int? isCookieBlocked,
  9. String? mobileModel,
  10. int? numOfCta,
  11. String? osName,
  12. String? osVersion,
  13. String? paywallDisplayType,
  14. String? paywallId,
  15. String? paywallType,
  16. 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,
});