DOMMatrix constructor

DOMMatrix([
  1. dynamic init
])

Implementation

factory DOMMatrix([dynamic init]) => DOMMatrix._(init ?? undefined);