toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (floodlightActivityTag != null)
'floodlightActivityTag': floodlightActivityTag!,
if (globalSiteTagGlobalSnippet != null)
'globalSiteTagGlobalSnippet': globalSiteTagGlobalSnippet!,
if (kind != null) 'kind': kind!,
};