location property
Location
get
location
Contains information about the current URL.
Implementation
_i3.Location get location => _i4.getProperty(
this,
'location',
);
set
location
(Location value)
Implementation
set location(_i3.Location value) {
_i4.setProperty(
this,
'location',
value,
);
}