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