GithubFetcher constructor
GithubFetcher({})
Implementation
GithubFetcher(
{required String start,
required String end,
required this.githubRepo,
this.fromBranch = "main"})
: super(start: start, end: end);