RabbitRequest constructor

RabbitRequest({
  1. int id = 0,
  2. String memberId = '',
  3. String ssoId = '',
  4. String globalId = '',
  5. String sdkVersion = '',
  6. String sessionEvent = '',
  7. String sessionId = '',
  8. String touchPoint = con.touchPoint,
  9. String eventName = '',
  10. String eventValue = '',
  11. String osVer = '',
  12. String osType = '',
  13. String display = '',
  14. String localeCountry = '',
  15. String localeLang = '',
  16. String? latitude,
  17. String? longitude,
  18. String? maid,
  19. String device = '',
  20. String model = '',
  21. String brandName = '',
  22. String board = '',
  23. String appVer = '',
  24. String appVerNum = '',
  25. String? prevAppVer,
  26. String? prevAppVerNum,
  27. Map? dataLayer,
  28. String time = '',
  29. bool isSend = false,
})

Implementation

RabbitRequest(
    {this.id = 0,
    this.memberId = '',
    this.ssoId = '',
    this.globalId = '',
    this.sdkVersion = '',
    this.sessionEvent = '',
    this.sessionId = '',
    this.touchPoint = con.touchPoint,
    this.eventName = '',
    this.eventValue = '',
    this.osVer = '',
    this.osType = '',
    this.display = '',
    this.localeCountry = '',
    this.localeLang = '',
    this.latitude,
    this.longitude,
    this.maid,
    this.device = '',
    this.model = '',
    this.brandName = '',
    this.board = '',
    this.appVer = '',
    this.appVerNum = '',
    this.prevAppVer,
    this.prevAppVerNum,
    this.dataLayer,
    this.time = '',
    this.isSend = false});