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