Repository constructor
Repository({})
Implementation
Repository({
required this.name,
required this.description,
required this.stars,
required this.language,
required this.avatarUrl,
required this.url,
});