DomMatrixReadOnly 的构造函数

DomMatrixReadOnly(
  1. [Object? init]
)

实现

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