RepositoryContents constructor

RepositoryContents({
  1. GitHubFile? file,
  2. List<GitHubFile>? tree,
})

Implementation

RepositoryContents({
  this.file,
  this.tree,
});