BatchCreateRepositoriesRequest constructor

BatchCreateRepositoriesRequest({
  1. List<CreateRepositoryRequest>? requests,
})

Implementation

BatchCreateRepositoriesRequest({
  this.requests,
});