shape property

String shape

Implementation

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

Implementation

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