multiplySelf method

DOMMatrix multiplySelf([
  1. DOMMatrixInit? other
])

Implementation

DOMMatrix multiplySelf([DOMMatrixInit? other]) =>
    js_util.callMethod(this, 'multiplySelf', [other]);