toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (htmlTitle != null) 'htmlTitle': htmlTitle!,
      if (link != null) 'link': link!,
      if (title != null) 'title': title!,
      if (url != null) 'url': url!,
    };