RepoHealth constructor
const
RepoHealth({})
Creates a RepoHealth.
Implementation
const RepoHealth({
this.openIssues,
this.closedIssues,
this.openPullRequests,
this.stars,
this.forks,
this.contributors,
this.avgIssueCloseTimeDays,
this.lastCommitDate,
this.isArchived,
this.hasIssuesEnabled,
this.defaultBranch,
});