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