coords property
String
get
coords
Sets or retrieves the coordinates of the object.
Implementation
_i2.String get coords => _i4.getProperty(
this,
'coords',
);
set
coords
(String value)
Implementation
set coords(_i2.String value) {
_i4.setProperty(
this,
'coords',
value,
);
}