RetryBuildOutput constructor

RetryBuildOutput({
  1. Build? build,
})

Implementation

RetryBuildOutput({
  this.build,
});