RepositoryContents constructor
RepositoryContents({
- GitHubFile? file,
- List<
GitHubFile> ? tree,
Implementation
RepositoryContents({this.file, this.tree});
RepositoryContents({this.file, this.tree});