x property

String x

Implementation

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

Implementation

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