UrlSearchParams factory constructor

UrlSearchParams([Object init ])

Source

@DomName('URLSearchParams.URLSearchParams')
@DocsEditable()
factory UrlSearchParams([Object init]) {
  if (init != null) {
    return _blink.BlinkURLSearchParams.instance.constructorCallback_1_(init);
  }
  return _blink.BlinkURLSearchParams.instance.constructorCallback_0_();
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/UrlSearchParams/UrlSearchParams.html