location property
int
get
location
Implementation
int get location => js_util.getProperty(this, 'location');
set
location
(int newValue)
Implementation
set location(int newValue) {
js_util.setProperty(this, 'location', newValue);
}