y property

String y

Implementation

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

Implementation

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