Location class

Implemented types
Annotations
  • @Native.new("Location")

Properties

ancestorOrigins → List<String>?
no setter
hash ↔ String
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
host ↔ String
getter/setter pair
hostname ↔ String?
getter/setter pair
href ↔ String
getter/setter pairoverride-setter
origin → String
no setter
pathname ↔ String?
getter/setter pair
port ↔ String
getter/setter pair
protocol ↔ String
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
trustedHref ↔ TrustedUrl?
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