knownLogicalKeys property Null safety

Iterable<LogicalKeyboardKey> knownLogicalKeys

A list of all predefined constant LogicalKeyboardKeys.

Implementation

static Iterable<LogicalKeyboardKey> get knownLogicalKeys => _knownLogicalKeys.values;