HTMLHyperlinkElementUtils constructor
HTMLHyperlinkElementUtils({})
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$),
);