GitHubContent constructor
GitHubContent({})
Creates a new GitHubContent instance.
Implementation
GitHubContent({
required this.name,
required this.path,
required this.size,
required this.url,
required this.type,
this.downloadUrl,
});