planeMask constant Null safety

int const planeMask

Mask for the plane prefix portion of the key code.

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

Implementation

static const int planeMask = 0x0ff00000000;