toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (datasets != null) 'datasets': datasets!,
if (smartComposeConfig != null)
'smartComposeConfig': smartComposeConfig!,
if (smartReplyConfig != null) 'smartReplyConfig': smartReplyConfig!,
};