repositories property
Service for repository related methods of the GitHub API.
Implementation
RepositoriesService get repositories =>
_repositories ??= RepositoriesService(this);
Service for repository related methods of the GitHub API.
RepositoriesService get repositories =>
_repositories ??= RepositoriesService(this);