RepositorySlug constructor

RepositorySlug(
  1. String owner,
  2. String name
)

Implementation

RepositorySlug(this.owner, this.name);