TokenData constructor

TokenData({
  1. String? id,
  2. Campaign? campaign,
  3. String? socketToken,
  4. String? page,
  5. String? title,
  6. Branding? button,
  7. Branding? branding,
  8. Bot? bot,
  9. Body? body,
  10. bool? multipleInteractions,
  11. bool? showAgentNames,
  12. String? queue,
  13. List<String?>? welcomeButtons,
  14. String? website,
  15. bool? active,
  16. String? template,
  17. bool? socialMedia,
  18. List? socialChannels,
  19. String? chatBotHeader,
  20. String? chatBotHeaderDescription,
  21. String? chatBotName,
  22. String? fileStore,
  23. int? iat,
  24. int? exp,
})

Implementation

TokenData({
  this.id,
  this.campaign,
  this.socketToken,
  this.page,
  this.title,
  this.logo,
  this.button,
  this.branding,
  this.bot,
  this.body,
  this.multipleInteractions,
  this.showAgentNames,
  this.queue,
  this.welcomeButtons,
  this.website,
  this.active,
  this.template,
  this.socialMedia,
  this.socialChannels,
  this.chatBotHeader,
  this.chatBotHeaderDescription,
  this.chatBotName,
  this.fileStore,
  this.iat,
  this.exp,
});