SdkModel constructor
SdkModel({})
Implementation
SdkModel({
this.token,
this.title,
this.aiName,
this.primaryColor,
this.secondaryColor,
this.placeholderInput,
this.showAppBar,
this.listSuggestions,
this.listMessages,
});