y property

dynamic y

Implementation

/* double | NaN */ dynamic get y => js_util.getProperty(this, 'y');
void y=(dynamic newValue)

Implementation

set y(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'y', newValue);
}