toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final embedHeight = this.embedHeight;
final embedHtml = this.embedHtml;
final embedWidth = this.embedWidth;
return {
'embedHeight': ?embedHeight,
'embedHtml': ?embedHtml,
'embedWidth': ?embedWidth,
};
}