CreateGitCommit constructor
CreateGitCommit(
- String? message,
- String? tree, {
- List<
String?> ? parents, - GitCommitUser? committer,
- GitCommitUser? author,
Implementation
CreateGitCommit(
this.message,
this.tree, {
this.parents,
this.committer,
this.author,
});