ListReposResponse constructor

ListReposResponse({
  1. String? nextPageToken,
  2. List<Repo>? repos,
})

Implementation

ListReposResponse({
  this.nextPageToken,
  this.repos,
});