HTMLHyperlinkElementUtils constructor

HTMLHyperlinkElementUtils({
  1. String? hash,
  2. String? host,
  3. String? hostname,
  4. String? href,
  5. String? origin,
  6. String? password,
  7. String? pathname,
  8. String? port,
  9. String? protocol,
  10. String? search,
  11. String? username,
  12. String toString$()?,
})

Implementation

factory HTMLHyperlinkElementUtils({
  _i2.String? hash,
  _i2.String? host,
  _i2.String? hostname,
  _i2.String? href,
  _i2.String? origin,
  _i2.String? password,
  _i2.String? pathname,
  _i2.String? port,
  _i2.String? protocol,
  _i2.String? search,
  _i2.String? username,
  _i2.String Function()? toString$,
}) =>
    HTMLHyperlinkElementUtils._(
      hash: hash,
      host: host,
      hostname: hostname,
      href: href,
      origin: origin,
      password: password,
      pathname: pathname,
      port: port,
      protocol: protocol,
      search: search,
      username: username,
      toString$: toString$ == null ? null : _i4.allowInterop(toString$),
    );