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