multiplySelf method - DomMatrix class - dart:html library (original) (raw)
DomMatrix multiplySelf([
- Map? other ])
Implementation
DomMatrix multiplySelf([Map? other]) {
if (other != null) {
var other_1 = convertDartToNative_Dictionary(other);
return _multiplySelf_1(other_1);
}
return _multiplySelf_2();
}