Slide constructor
Slide({})
This is constructor of Slide
id that contain int value
animation , language, speech, voice, voiceType, voiceProvider is contain String Values
Canvas ,Avatar is contains a object values
tags is contains a list of items
Implementation
Slide({
this.id,
this.canvas,
this.avatar,
this.animation,
this.language,
this.speech,
this.voice,
this.voiceType,
this.voiceProvider,
});