Commit constructor
Commit({})
Implementation
Commit({
this.additionalData,
this.author,
this.commitId,
this.committer,
this.message,
this.parents,
this.treeId,
});
Commit({
this.additionalData,
this.author,
this.commitId,
this.committer,
this.message,
this.parents,
this.treeId,
});