LogicalKeySet.fromSet constructor
- Set<
LogicalKeyboardKey> keys
Create a LogicalKeySet from a set of LogicalKeyboardKeys.
Do not mutate the keys
set after passing it to this object.
Implementation
LogicalKeySet.fromSet(super.keys) : super.fromSet();