GitHubCodeDestination constructor
GitHubCodeDestination({})
Implementation
GitHubCodeDestination({
required this.issuesEnabled,
required this.name,
required this.owner,
required this.privateRepository,
required this.token,
required this.type,
this.description,
});