multiplySelf method

DomMatrix multiplySelf(
  1. [Map? other]
)

Implementation

DomMatrix multiplySelf([Map? other]) {
  if (other != null) {
    var other_1 = convertDartToNative_Dictionary(other);
    return _multiplySelf_1(other_1);
  }
  return _multiplySelf_2();
}