toMatrix property

DOMMatrix Function() toMatrix

Implementation

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

Implementation

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