signMask property Null safety

int signMask

Extract the sign bits from each lane return them in the first 2 bits. "x" lane is bit 0. "y" lane is bit 1.

Implementation

int get signMask;