ScriptRef constructor

ScriptRef({
  1. String? uri,
  2. String? id,
})

Implementation

ScriptRef({
  this.uri,
  super.id,
});