toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (background != null) 'background': background!,
if (border != null) 'border': border!,
if (text != null) 'text': text!,
if (title != null) 'title': title!,
if (url != null) 'url': url!,
};