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