slug method

Gets the Repository Slug (Full Name).

Implementation

RepositorySlug slug() => RepositorySlug(owner?.login ?? '', name);