serializeToString property

String Function(Node) get serializeToString

Implementation

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

Implementation

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