x property
String
get
x
Implementation
String get x => js_util.getProperty(this, 'x');
set
x
(String newValue)
Implementation
set x(String newValue) {
js_util.setProperty(this, 'x', newValue);
}