ContentScriptFilter constructor
Implementation
ContentScriptFilter(
{
/// If specified, [getRegisteredContentScripts] will only return scripts
/// with an id specified in this list.
List<String>? ids})
: _wrapped = $js.ContentScriptFilter(ids: ids?.toJSArray((e) => e));