LogicalKeySet.fromSet constructor

LogicalKeySet.fromSet(
  1. 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();