UpdateScriptOutput constructor

UpdateScriptOutput({
  1. Script? script,
})

Implementation

UpdateScriptOutput({
  this.script,
});