Vector4 row1

Returns row 1

Source

Vector4 get row1 => getRow(1);
void row1=(Vector4 arg)

Sets row 1 to arg

Source

set row1(Vector4 arg) => setRow(1, arg);