unicodePlane constant Null safety

int const unicodePlane

The plane value for keys which have a Unicode representation.

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

Implementation

static const int unicodePlane = 0x00000000000;