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