CommitInfo constructor

CommitInfo({
  1. required CommitAuthor author,
  2. required CommitContent content,
  3. String? url,
})

Implementation

CommitInfo({required this.author, required this.content, this.url});