GetCommitOutput constructor

GetCommitOutput({
  1. required Commit commit,
})

Implementation

GetCommitOutput({
  required this.commit,
});