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