y property

dynamic y

Implementation

dynamic get y => js_util.getProperty(this, 'y');
void y=(dynamic newValue)

Implementation

set y(dynamic newValue) {
  js_util.setProperty(this, 'y', newValue);
}