Location class
The interface represents the location (URL) of the object it is
linked to. Changes done on it are reflected on the object it
relates to. Both the Document and Window interface have such
a linked , accessible via Document.location
and
Window.location
respectively.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- Location()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited