CreateFile constructor
- String? path,
- String? content,
- String? message,
- String? branch,
- CommitUser? committer,
Implementation
CreateFile({
this.path,
this.content,
this.message,
this.branch,
this.committer,
});
CreateFile({
this.path,
this.content,
this.message,
this.branch,
this.committer,
});