toJson method

Map<String, dynamic> toJson()

Implementation

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