coords property

String coords

Implementation

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

Implementation

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