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