isKeypad property

bool isKeypad

Returns true if is a key from the keypad

Implementation

bool get isKeypad => _value & _keypad == _keypad;