StartBuildOutput constructor

StartBuildOutput({
  1. Build? build,
})

Implementation

StartBuildOutput({
  this.build,
});