toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (embedHeight != null) 'embedHeight': embedHeight!,
if (embedHtml != null) 'embedHtml': embedHtml!,
if (embedWidth != null) 'embedWidth': embedWidth!,
};