Returns row 3
Vector4 get row3 => getRow(3);
Sets row 3 to arg
arg
set row3(Vector4 arg) => setRow(3, arg);