SubModule constructor

SubModule({
  1. String? absolutePath,
  2. String? commitId,
  3. String? relativePath,
})

Implementation

SubModule({
  this.absolutePath,
  this.commitId,
  this.relativePath,
});