Slide constructor
Slide({})
This is constructor of Slide
Implementation
Slide({
this.id,
this.canvas,
this.avatar,
this.animation,
this.language,
this.speech,
this.voice,
this.voiceType,
this.voiceProvider,
});