add method
Add a state to the current set of states.
Implementation
KeyEventState add(KeyEventState state) {
return KeyEventState(_value | state.value);
}
Add a state to the current set of states.
KeyEventState add(KeyEventState state) {
return KeyEventState(_value | state.value);
}