api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
DomMatrix multiply([Map? other]) { if (other != null) { var other_1 = convertDartToNative_Dictionary(other); return _multiply_1(other_1); } return _multiply_2(); }