createInstance property

InstanceNode Function() get createInstance

Implementation

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

Implementation

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