$ProjectRepoId constructor

$ProjectRepoId({
  1. String? projectId,
  2. String? repoName,
})

Implementation

$ProjectRepoId({this.projectId, this.repoName});