isNumLock property

bool isNumLock

Returns true if the num lock is in the key event.

Implementation

bool get isNumLock => _value & _numLock == _numLock;