location property

int location

Implementation

int get location => js_util.getProperty(this, 'location');
void location=(int newValue)

Implementation

set location(int newValue) {
  js_util.setProperty(this, 'location', newValue);
}