transformToFragment property

DocumentFragment Function(Node, Document) get transformToFragment

Implementation

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

Implementation

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