toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final defaultAppIds = this.defaultAppIds;
final etag = this.etag;
final items = this.items;
final kind = this.kind;
final selfLink = this.selfLink;
return {
'defaultAppIds': ?defaultAppIds,
'etag': ?etag,
'items': ?items,
'kind': ?kind,
'selfLink': ?selfLink,
};
}