y property

String get y

Implementation

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

Implementation

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