RetryBuildBatchOutput constructor

RetryBuildBatchOutput({
  1. BuildBatch? buildBatch,
})

Implementation

RetryBuildBatchOutput({
  this.buildBatch,
});