createSVGMatrix property

DOMMatrix Function() get createSVGMatrix

Implementation

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

Implementation

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