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