core.Map<core.String, core.dynamic> toJson() { final etag = this.etag; final ingestion = this.ingestion; final name = this.name; return {'etag': ?etag, 'ingestion': ?ingestion, 'name': ?name}; }