createNodeFromJSXAsync property

Future<SceneNode> Function([dynamic]) get createNodeFromJSXAsync

Implementation

_i2.Future<_i3.SceneNode> Function([_i2.dynamic])
    get createNodeFromJSXAsync =>
        ([_i2.dynamic p0]) => _i5.promiseToFuture(_i5.callMethod(
              _i5.getProperty(
                this,
                'createNodeFromJSXAsync',
              ),
              r'call',
              [
                this,
                p0,
              ],
            ));
set createNodeFromJSXAsync (Future<SceneNode> value([dynamic]))

Implementation

set createNodeFromJSXAsync(
    _i2.Future<_i3.SceneNode> Function([_i2.dynamic]) value) {
  _i5.setProperty(
    this,
    'createNodeFromJSXAsync',
    _i5.allowInterop(value),
  );
}