ScriptList constructor

ScriptList({
  1. List<ScriptRef>? scripts,
})

Implementation

ScriptList({
  this.scripts,
});