RepositoryNameIdPair constructor

RepositoryNameIdPair({
  1. String? repositoryId,
  2. String? repositoryName,
})

Implementation

RepositoryNameIdPair({
  this.repositoryId,
  this.repositoryName,
});