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