$select static method
Wrapper for the LogicalKeyboardKey.select getter
Implementation
static $Value? $select(Runtime runtime, $Value? target, List<$Value?> args) {
const value = LogicalKeyboardKey.select;
return $LogicalKeyboardKey.wrap(value);
}