UpdateBuildOutput constructor

UpdateBuildOutput({
  1. Build? build,
})

Implementation

UpdateBuildOutput({
  this.build,
});