IssuesApi constructor

IssuesApi(
  1. GitLab _gitLab,
  2. ProjectsApi _project
)

Implementation

IssuesApi(this._gitLab, this._project);