has method
Check if a flag is present in the current KeyboardEnhancementFlagsEvent.
Implementation
bool has(int flag) => flags.isSet(flag);
Check if a flag is present in the current KeyboardEnhancementFlagsEvent.
bool has(int flag) => flags.isSet(flag);