Location class - dart:html library (original) (raw)

Implemented types

Annotations

Properties

ancestorOriginsList<String>?

no setter

hashString

getter/setter pair

hashCodeint

The hash code for this object.

no setterinherited

hostString

getter/setter pair

hostnameString?

getter/setter pair

hrefString

getter/setter pairoverride-setter

originString

no setter

pathnameString?

getter/setter pair

portString

getter/setter pair

protocolString

getter/setter pair

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

searchString?

getter/setter pair

trustedHrefTrustedUrl?

getter/setter pair

Methods

assign([String? url])→ void

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

reload()→ void

replace(String? url)→ void

toString()→ String

A string representation of this object.

Operators

operator ==(Object other)→ bool

The equality operator.

inherited