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