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