CreateRepository constructor
Implementation
CreateRepository(
this.name, {
this.description,
this.homepage,
this.private,
this.hasIssues,
this.hasDownloads,
this.teamId,
this.autoInit,
this.gitignoreTemplate,
this.licenseTemplate,
this.hasWiki,
});