ungroup property

Array<SceneNode> Function(Object) get ungroup

Implementation

_i4.Array<_i3.SceneNode> Function(_i2.Object) get ungroup =>
    (_i2.Object p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'ungroup',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set ungroup (Array<SceneNode> value(Object))

Implementation

set ungroup(_i4.Array<_i3.SceneNode> Function(_i2.Object) value) {
  _i5.setProperty(
    this,
    'ungroup',
    _i5.allowInterop(value),
  );
}