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