fromMatrix method - DomMatrixReadOnly class - dart:html library (original) (raw)
fromMatrix static method
DomMatrixReadOnly fromMatrix([
- Map? other ])
Implementation
static DomMatrixReadOnly fromMatrix([Map? other]) {
if (other != null) {
var other_1 = convertDartToNative_Dictionary(other);
return _fromMatrix_1(other_1);
}
return _fromMatrix_2();
}