coords property

String coords

Sets or retrieves the coordinates of the object. @deprecated

MDN Reference

Implementation

_i2.String get coords => _i4.getProperty(
      this,
      'coords',
    );
void coords=(String value)

Implementation

set coords(_i2.String value) {
  _i4.setProperty(
    this,
    'coords',
    value,
  );
}