FrameAddScriptTagOptions constructor

FrameAddScriptTagOptions({
  1. String? url,
  2. String? path,
  3. String? content,
  4. String? type,
  5. String? id,
})

Implementation

FrameAddScriptTagOptions({
  this.url,
  this.path,
  this.content,
  this.type,
  this.id,
});