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