transformToDocument property

Document Function(Node) get transformToDocument

Implementation

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

Implementation

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