CreateBuildOutput constructor

CreateBuildOutput({
  1. Build? build,
  2. S3Location? storageLocation,
  3. AwsCredentials? uploadCredentials,
})

Implementation

CreateBuildOutput({
  this.build,
  this.storageLocation,
  this.uploadCredentials,
});