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