toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (columnHeaders != null) 'columnHeaders': columnHeaders!,
if (id != null) 'id': id!,
if (kind != null) 'kind': kind!,
if (profileInfo != null) 'profileInfo': profileInfo!,
if (query != null) 'query': query!,
if (rows != null) 'rows': rows!,
if (selfLink != null) 'selfLink': selfLink!,
if (totalResults != null) 'totalResults': totalResults!,
if (totalsForAllResults != null)
'totalsForAllResults': totalsForAllResults!,
};