valueMask constant

int const valueMask

Mask for the 32-bit value portion of the key code.

This is used by platform-specific code to generate Flutter key codes.

Implementation

static const int valueMask = 0x000ffffffff;