fromMatrix static method

DomMatrixReadOnly fromMatrix([
  1. 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();
}