- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- Location
- Implements
- Annotations
- DocsEditable()
- DomName('Location')
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
- ancestorOrigins → List<String>
-
read-only
- hash → String
-
read / write
- host → String
-
read / write
- hostname → String
-
read / write
- href → String
-
read / write
- origin → String
-
read-only
- pathname → String
-
read / write
- port → String
-
read / write
- protocol → String
-
read / write
- search → String
-
read / write
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
assign(
[String url ]) → void -
DocsEditable(), DomName('Location.assign')
-
reload(
) → void -
DocsEditable(), DomName('Location.reload')
-
replace(
String url) → void -
DocsEditable(), DomName('Location.replace')
-
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.DocsEditable(), DomName('Location.toString') -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited