GitHubComparison constructor
GitHubComparison(
- String? url,
- String? status,
- int? aheadBy,
- int? behindBy,
- int? totalCommits,
- List<
CommitFile> ? files, - List<
RepositoryCommit> ? commits,
Implementation
GitHubComparison(
this.url,
this.status,
this.aheadBy,
this.behindBy,
this.totalCommits,
this.files,
this.commits,
);