GoModule constructor

GoModule({
  1. String? modulePath,
  2. String? moduleVersion,
  3. String? repositoryLocation,
  4. String? repositoryName,
  5. String? repositoryProjectId,
  6. String? sourcePath,
})

Implementation

GoModule({
  this.modulePath,
  this.moduleVersion,
  this.repositoryLocation,
  this.repositoryName,
  this.repositoryProjectId,
  this.sourcePath,
});