ScriptContent constructor

ScriptContent(
  1. Map<String, String> queries,
  2. String url
)

Implementation

ScriptContent(this.queries, this.url);