Vector4 row2

Returns row 2

Source

Vector4 get row2 => getRow(2);
void row2=(Vector4 arg)

Sets row 2 to arg

Source

set row2(Vector4 arg) => setRow(2, arg);