TokenData constructor
TokenData({
- String? id,
- Campaign? campaign,
- String? socketToken,
- String? page,
- String? title,
- Logo? logo,
- Branding? button,
- Branding? branding,
- Bot? bot,
- Body? body,
- bool? multipleInteractions,
- bool? showAgentNames,
- String? queue,
- List<
String?> ? welcomeButtons, - String? website,
- bool? active,
- String? template,
- bool? socialMedia,
- List? socialChannels,
- String? chatBotHeader,
- String? chatBotHeaderDescription,
- String? chatBotName,
- String? fileStore,
- int? iat,
- 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,
});