Returns row 1
Vector2 get row1 => getRow(1);
Sets row 1 to arg
arg
set row1(Vector2 arg) => setRow(1, arg);