clone property

ShapeWithTextNode Function() get clone

Implementation

_i3.ShapeWithTextNode Function() get clone => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'clone',
      ),
      r'call',
      [this],
    );
set clone (ShapeWithTextNode value())

Implementation

set clone(_i3.ShapeWithTextNode Function() value) {
  _i5.setProperty(
    this,
    'clone',
    _i5.allowInterop(value),
  );
}