Returns an Int32 containing the low 32 bits of this Int64.
Int32
@override Int32 toInt32() => Int32(((_m & 0x3ff) << _BITS) | _l);