toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (formUrl != null) 'formUrl': formUrl!,
if (responseUrl != null) 'responseUrl': responseUrl!,
if (thumbnailUrl != null) 'thumbnailUrl': thumbnailUrl!,
if (title != null) 'title': title!,
};