Commit constructor

Commit(
  1. String sha1,
  2. String rawDate
)

Implementation

Commit(this.sha1, this.rawDate);