GitHubRepo constructor Null safety
Implementation
GitHubRepo(
{required this.id,
required this.name,
required this.fullName,
required this.owner,
required this.private,
this.description,
required this.fork,
required this.htmlUrl});