DescribeScriptOutput constructor

DescribeScriptOutput({
  1. Script? script,
})

Implementation

DescribeScriptOutput({
  this.script,
});