CommitMetadata constructor
CommitMetadata({
- CommitAuthor? author,
- String? commitMessage,
Implementation
CommitMetadata({this.author, this.commitMessage});
CommitMetadata({this.author, this.commitMessage});