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