createExpression property

XPathExpression Function(String, [Object?]) createExpression

Implementation

_i3.XPathExpression Function(
  _i2.String, [
  _i2.Object?,
]) get createExpression => (
      _i2.String p0, [
      _i2.Object? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'createExpression',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined ?? _i6.undefined,
          ],
        );
void createExpression=(XPathExpression value(String, [Object?]))

Implementation

set createExpression(
    _i3.XPathExpression Function(
      _i2.String, [
      _i2.Object?,
    ]) value) {
  _i4.setProperty(
    this,
    'createExpression',
    _i4.allowInterop(value),
  );
}