FetchGitHubInstallationsResponse constructor

FetchGitHubInstallationsResponse({
  1. List<Installation>? installations,
})

Implementation

FetchGitHubInstallationsResponse({
  this.installations,
});