keys property

Set<T> keys

Returns a copy of the KeyboardKeys in this KeySet.

Implementation

Set<T> get keys => _keys.toSet();