shape property

String shape

Sets or retrieves the shape of the object. @deprecated

MDN Reference

Implementation

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

Implementation

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