ProjectLaunch constructor

ProjectLaunch({
  1. String? projectDir,
  2. String? projectId,
  3. bool? enableDb,
  4. bool? performDeploy,
})

Implementation

ProjectLaunch({
  this.projectDir,
  this.projectId,
  this.enableDb,
  this.performDeploy,
});