DOMMatrix2DInitValue constructor
DOMMatrix2DInitValue({})
Implementation
DOMMatrix2DInitValue({
this.a,
this.b,
this.c,
this.d,
this.e,
this.f,
this.m11,
this.m12,
this.m21,
this.m22,
this.m41,
this.m42,
});