Returns row 2
Vector3 get row2 => getRow(2);
Sets row 2 to arg
arg
set row2(Vector3 arg) => setRow(2, arg);