AwsCodeBuildProjectSource constructor

AwsCodeBuildProjectSource({
  1. int? gitCloneDepth,
  2. bool? insecureSsl,
  3. String? location,
  4. String? type,
})

Implementation

AwsCodeBuildProjectSource({
  this.gitCloneDepth,
  this.insecureSsl,
  this.location,
  this.type,
});