skewYSelf property

DOMMatrix Function([num?]) get skewYSelf

Implementation

_i3.DOMMatrix Function([_i2.num?]) get skewYSelf =>
    ([_i2.num? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'skewYSelf',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set skewYSelf (DOMMatrix value([num?]))

Implementation

set skewYSelf(_i3.DOMMatrix Function([_i2.num?]) value) {
  _i4.setProperty(
    this,
    'skewYSelf',
    _i4.allowInterop(value),
  );
}