createNSResolver property

Node Function(Node) createNSResolver

Implementation

_i3.Node Function(_i3.Node) get createNSResolver =>
    (_i3.Node p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'createNSResolver',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void createNSResolver=(Node value(Node))

Implementation

set createNSResolver(_i3.Node Function(_i3.Node) value) {
  _i4.setProperty(
    this,
    'createNSResolver',
    _i4.allowInterop(value),
  );
}