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