Vector4 row3

Returns row 3

Source

Vector4 get row3 => getRow(3);
void row3=(Vector4 arg)

Sets row 3 to arg

Source

set row3(Vector4 arg) => setRow(3, arg);