ProjectBuildBatchConfig constructor

ProjectBuildBatchConfig({
  1. bool? combineArtifacts,
  2. BatchRestrictions? restrictions,
  3. String? serviceRole,
  4. int? timeoutInMins,
})

Implementation

ProjectBuildBatchConfig({
  this.combineArtifacts,
  this.restrictions,
  this.serviceRole,
  this.timeoutInMins,
});