z property

Implementation

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

Implementation

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