setTransform property

void Function([DOMMatrix2DInit?]) get setTransform

Implementation

void Function([_i3.DOMMatrix2DInit?]) get setTransform =>
    ([_i3.DOMMatrix2DInit? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'setTransform',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set setTransform (void value([DOMMatrix2DInit?]))

Implementation

set setTransform(void Function([_i3.DOMMatrix2DInit?]) value) {
  _i4.setProperty(
    this,
    'setTransform',
    _i4.allowInterop(value),
  );
}