z property

int z

Implementation

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

Implementation

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