setMatrixValue property

DOMMatrix Function(String) get setMatrixValue

Implementation

_i3.DOMMatrix Function(_i2.String) get setMatrixValue =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'setMatrixValue',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set setMatrixValue (DOMMatrix value(String))

Implementation

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