numpad1 constant

Key const numpad1

Implementation

static const Key numpad1 = Key._(
    keyCode: 35,
    shiftKeyCode: 97,
    key: 'End',
    code: 'Numpad1',
    shiftKey: '1',
    location: KeyLocation.numpad);