getCTM property

DOMMatrix? Function() get getCTM

Implementation

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

Implementation

set getCTM(_i3.DOMMatrix? Function() value) {
  _i4.setProperty(
    this,
    'getCTM',
    _i4.allowInterop(() => () => value() ?? _i6.undefined),
  );
}