factory DomMatrix([Object? init]) { if (init != null) { return DomMatrix._create_1(init); } return DomMatrix._create_2(); }