toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final displayText = this.displayText;
final ssml = this.ssml;
final textToSpeech = this.textToSpeech;
return {
'displayText': ?displayText,
'ssml': ?ssml,
'textToSpeech': ?textToSpeech,
};
}