Inheritance
Implements
Annotations
  • @DocsEditable()
  • @DomName('Location')

Constructors

Location.internal_()

Properties

ancestorOrigins List<String>

@DocsEditable(), @DomName('Location.ancestorOrigins'), @Experimental(), read-only
hash String value

@DocsEditable(), @DomName('Location.hash'), read / write
host String value

@DocsEditable(), @DomName('Location.host'), read / write
hostname String value

@DocsEditable(), @DomName('Location.hostname'), read / write
href String value

@DocsEditable(), @DomName('Location.href'), read / write
origin String

@DocsEditable(), @DomName('Location.origin'), @Experimental(), read-only
pathname String value

@DocsEditable(), @DomName('Location.pathname'), read / write
port String value

@DocsEditable(), @DomName('Location.port'), read / write
protocol String value

@DocsEditable(), @DomName('Location.protocol'), read / write

@DocsEditable(), @DomName('Location.search'), read / write
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, 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

Operators

operator ==(other) bool

The equality operator.

inherited

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only