CreateScriptOutput constructor

CreateScriptOutput({
  1. Script? script,
})

Implementation

CreateScriptOutput({
  this.script,
});