createSVGPoint property

DOMPoint Function() get createSVGPoint

Implementation

_i3.DOMPoint Function() get createSVGPoint => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'createSVGPoint',
      ),
      r'call',
      [this],
    );
set createSVGPoint (DOMPoint value())

Implementation

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