pullRequests property

PullRequestsService pullRequests

Service for pull requests related methods of the GitHub API.

Implementation

PullRequestsService get pullRequests =>
    _pullRequests ??= PullRequestsService(this);