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