setValues method Null safety
Sets the matrix with specified values.
Implementation
void setValues(double arg0, double arg1, double arg2, double arg3) {
_m2storage[3] = arg3;
_m2storage[2] = arg2;
_m2storage[1] = arg1;
_m2storage[0] = arg0;
}