ay property

Implementation

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

Implementation

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