CommitMetadata constructor

CommitMetadata({
  1. CommitAuthor? author,
  2. String? commitMessage,
})

Implementation

CommitMetadata({this.author, this.commitMessage});