Build constructor

Build({
  1. String? commitId,
  2. String? commitTime,
  3. String? repo,
})

Implementation

Build({
  this.commitId,
  this.commitTime,
  this.repo,
});